Searched defs:Pointer (Results 1 – 2 of 2) sorted by relevance
59 Pointer(PointerType type, const Inst *base, const Inst *idx, uint64_t imm, const void *type_ptr) in Pointer() function
98 using Pointer = std::conditional_t<IsConst, const bool *, BitReference *>; variable