Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h517 Value *getIndexOperand() { return getOperand(1); } in getIndexOperand() function
519 const Value *getIndexOperand() const { return getOperand(1); } in getIndexOperand() function