Home
last modified time | relevance | path

Searched refs:untagPointer (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp168 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