Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h268 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
403 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
H A DOperator.h496 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
600 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp694 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function