Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2676 SmallVector<InterestingMemoryOperand, 1> InterestingOperands; in instrumentFunction() local
2677 getInterestingMemoryOperands(&Inst, InterestingOperands); in instrumentFunction()
2679 if (!InterestingOperands.empty()) { in instrumentFunction()
2680 for (auto &Operand : InterestingOperands) { in instrumentFunction()