Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h516 Value *getVectorOperand() { return getOperand(0); } in getVectorOperand() function
518 const Value *getVectorOperand() const { return getOperand(0); } in getVectorOperand() function