Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp293 void untagPointerOperand(Instruction *I, Value *Addr);
793 void HWAddressSanitizer::untagPointerOperand(Instruction *I, Value *Addr) { in untagPointerOperand() function in HWAddressSanitizer
975 untagPointerOperand(O.getInsn(), Addr); in instrumentMemAccess()