Searched defs:getPointerOperandIndex (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Instructions.h | 266 static unsigned getPointerOperandIndex() { return 0U; } getPointerOperandIndex() function |
H A D | Operator.h | 418 static unsigned getPointerOperandIndex() { getPointerOperandIndex() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | HWAddressSanitizer.cpp | 828 static unsigned getPointerOperandIndex(Instruction *I) { getPointerOperandIndex() function |