Home | History | Annotate | Download | only in IR

Lines Matching defs:ExtractElementInst

1437 //                           ExtractElementInst Implementation
1440 ExtractElementInst::ExtractElementInst(Value *Val, Value *Index,
1445 OperandTraits<ExtractElementInst>::op_begin(this),
1454 ExtractElementInst::ExtractElementInst(Value *Val, Value *Index,
1459 OperandTraits<ExtractElementInst>::op_begin(this),
1470 bool ExtractElementInst::isValidOperands(const Value *Val, const Value *Index) {
3592 ExtractElementInst *ExtractElementInst::clone_impl() const {
3593 return ExtractElementInst::Create(getOperand(0), getOperand(1));