#include <SVFType.h>
Definition at line 536 of file SVFType.h.
◆ operator()()
Definition at line 538 of file SVFType.h.
539 {
540
541
542
543
544 uint32_t first = (uint32_t)(
p.first);
545 uint32_t second = (uint32_t)(
p.second);
546 return ((uint64_t)(first) << 32) | (uint64_t)(second);
547 }
The documentation for this struct was generated from the following file:
- /home/runner/work/SVF/SVF/svf/include/SVFIR/SVFType.h