Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp251 void untagPointerOperand(Instruction *I, Value *Addr);
792 void HWAddressSanitizer::untagPointerOperand(Instruction *I, Value *Addr) { in untagPointerOperand() function in HWAddressSanitizer
954 untagPointerOperand(O.getInsn(), Addr); in instrumentMemAccess()