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

/external/llvm/include/llvm/IR/
H A DInstructions.h1658 Value *getVectorOperand() { return Op<0>(); } function in class:llvm::ExtractElementInst
1660 const Value *getVectorOperand() const { return Op<0>(); } function in class:llvm::ExtractElementInst
1664 return cast<VectorType>(getVectorOperand()->getType());

Completed in 141 milliseconds