Searched defs:AddrLong (Results 1 – 3 of 3) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | HWAddressSanitizer.cpp | 585 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in untagPointerOperand() local 628 Value *AddrLong = untagPointer(IRB, PtrLong); in instrumentMemAccessInline() local
|
| D | AddressSanitizer.cpp | 1639 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp() 1665 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local 1744 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment() local
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| D | AddressSanitizer.cpp | 1118 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp() 1142 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local 1203 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment() local
|