Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h287 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
415 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
H A DOperator.h473 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
552 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp479 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function