Searched defs:getPointerOperandIndex (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Instructions.h | 255 static unsigned getPointerOperandIndex() { return 0U; } getPointerOperandIndex() function |
/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | HWAddressSanitizer.cpp | 862 static unsigned getPointerOperandIndex(Instruction *I) { getPointerOperandIndex() function |