Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h261 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
388 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1176 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
1720 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
2380 static unsigned getPointerOperandIndex() { return 0u; } in getPointerOperandIndex() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp900 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function