#include <SVFType.h>
Definition at line 645 of file SVFType.h.
◆ operator()()
Definition at line 647 of file SVFType.h.
648 {
649
650
651
652
653 uint32_t first = (uint32_t)(
p.first);
654 uint32_t second = (uint32_t)(
p.second);
655 return ((uint64_t)(first) << 32) | (uint64_t)(second);
656 }
The documentation for this struct was generated from the following file:
- /home/runner/work/SVF/SVF/svf/include/SVFIR/SVFType.h