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