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

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h1566 Value *getVectorOperand() { return Op<0>(); } function in class:llvm::ExtractElementInst
1568 const Value *getVectorOperand() const { return Op<0>(); } function in class:llvm::ExtractElementInst

Completed in 111 milliseconds