Searched refs:untagPointer (Results 1 – 1 of 1) sorted by relevance
168 Value *untagPointer(IRBuilder<> &IRB, Value *PtrLong);398 IRB.CreateIntToPtr(untagPointer(IRB, AddrLong), Addr->getType()); in untagPointerOperand()422 Value *AddrLong = untagPointer(IRB, PtrLong); in instrumentMemAccessInline()614 Value *HWAddressSanitizer::untagPointer(IRBuilder<> &IRB, Value *PtrLong) { in untagPointer() function in HWAddressSanitizer