Searched refs:PtrLong (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 265 Value *untagPointer(IRBuilder<> &IRB, Value *PtrLong); 836 Value *PtrLong = IRB.CreatePointerCast(Ptr, IntptrTy); in instrumentMemAccessInline() local 839 Value *AddrLong = untagPointer(IRB, PtrLong); in instrumentMemAccessInline() 887 FunctionType::get(IRB.getVoidTy(), {PtrLong->getType()}, false), in instrumentMemAccessInline() 898 FunctionType::get(IRB.getVoidTy(), {PtrLong->getType()}, false), in instrumentMemAccessInline() 906 IRB.CreateCall(Asm, PtrLong); in instrumentMemAccessInline() 1083 Value *PtrLong, Value *Tag) { in tagPointer() argument 1091 TaggedPtrLong = IRB.CreateAnd(PtrLong, ShiftedTag); in tagPointer() 1095 TaggedPtrLong = IRB.CreateOr(PtrLong, ShiftedTag); in tagPointer() 1107 IRB.CreateOr(PtrLong, ConstantInt::get(PtrLong->getType(), in untagPointer() [all …]
|