Searched refs:PtrLong (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 230 Value *tagPointer(IRBuilder<> &IRB, Type *Ty, Value *PtrLong, Value *Tag); 231 Value *untagPointer(IRBuilder<> &IRB, Value *PtrLong); 757 Value *PtrLong = IRB.CreatePointerCast(Ptr, IntptrTy); in instrumentMemAccessInline() local 758 Value *PtrTag = IRB.CreateTrunc(IRB.CreateLShr(PtrLong, kPointerTagShift), in instrumentMemAccessInline() 760 Value *AddrLong = untagPointer(IRB, PtrLong); in instrumentMemAccessInline() 783 Value *PtrLowBits = IRB.CreateTrunc(IRB.CreateAnd(PtrLong, 15), Int8Ty); in instrumentMemAccessInline() 808 FunctionType::get(IRB.getVoidTy(), {PtrLong->getType()}, false), in instrumentMemAccessInline() 819 FunctionType::get(IRB.getVoidTy(), {PtrLong->getType()}, false), in instrumentMemAccessInline() 827 IRB.CreateCall(Asm, PtrLong); in instrumentMemAccessInline() 990 Value *PtrLong, Value *Tag) { in tagPointer() argument [all …]
|