#include <SVFType.h>
Definition at line 549 of file SVFType.h.
◆ operator()()
Definition at line 551 of file SVFType.h.
552 {
553
554
555
556
557 uint32_t first = (uint32_t)(
p.first);
558 uint32_t second = (uint32_t)(
p.second);
559 return ((uint64_t)(first) << 32) | (uint64_t)(second);
560 }
The documentation for this struct was generated from the following file:
- /home/runner/work/SVF/SVF/svf/include/SVFIR/SVFType.h