Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h266 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
395 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
H A DOperator.h426 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
530 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp777 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function