Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h255 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
379 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp862 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function