Home | History | Annotate | Download | only in IR

Lines Matching refs:ExtractElementInst

1450 //                           ExtractElementInst Implementation
1453 ExtractElementInst::ExtractElementInst(Value *Val, Value *Index,
1458 OperandTraits<ExtractElementInst>::op_begin(this),
1467 ExtractElementInst::ExtractElementInst(Value *Val, Value *Index,
1472 OperandTraits<ExtractElementInst>::op_begin(this),
1483 bool ExtractElementInst::isValidOperands(const Value *Val, const Value *Index) {
3689 ExtractElementInst *ExtractElementInst::clone_impl() const {
3690 return ExtractElementInst::Create(getOperand(0), getOperand(1));