Searched refs:PtrLong (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 313 Value *untagPointer(IRBuilder<> &IRB, Value *PtrLong); 845 Value *PtrLong = IRB.CreatePointerCast(Ptr, IntptrTy); in instrumentMemAccessInline() local 848 Value *AddrLong = untagPointer(IRB, PtrLong); in instrumentMemAccessInline() 896 FunctionType::get(IRB.getVoidTy(), {PtrLong->getType()}, false), in instrumentMemAccessInline() 907 FunctionType::get(IRB.getVoidTy(), {PtrLong->getType()}, false), in instrumentMemAccessInline() 915 IRB.CreateCall(Asm, PtrLong); in instrumentMemAccessInline() 1082 Value *PtrLong, Value *Tag) { in tagPointer() argument 1090 TaggedPtrLong = IRB.CreateAnd(PtrLong, ShiftedTag); in tagPointer() 1094 TaggedPtrLong = IRB.CreateOr(PtrLong, ShiftedTag); in tagPointer() 1106 IRB.CreateOr(PtrLong, ConstantInt::get(PtrLong->getType(), in untagPointer() [all …]
|