Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp217 void untagPointerOperand(Instruction *I, Value *Addr);
713 void HWAddressSanitizer::untagPointerOperand(Instruction *I, Value *Addr) { in untagPointerOperand() function in HWAddressSanitizer
875 untagPointerOperand(O.getInsn(), Addr); in instrumentMemAccess()