Home
last modified time | relevance | path

Searched refs:getInsertedValueOperandIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1000 return getOperand(getInsertedValueOperandIndex()); in getInsertedValueOperand()
1003 return getOperand(getInsertedValueOperandIndex()); in getInsertedValueOperand()
1005 static unsigned getInsertedValueOperandIndex() { in getInsertedValueOperandIndex() function
1006 return llvm::InsertValueInst::getInsertedValueOperandIndex(); in getInsertedValueOperandIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2591 static unsigned getInsertedValueOperandIndex() {