Home
last modified time | relevance | path

Searched defs:getPointerOperandIndex (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h263 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
392 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
H A DOperator.h422 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
526 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp774 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function