Home | History | Annotate | Download | only in IR

Lines Matching defs:InsertElementInst

1491 //                           InsertElementInst Implementation
1494 InsertElementInst::InsertElementInst(Value *Vec, Value *Elt, Value *Index,
1498 OperandTraits<InsertElementInst>::op_begin(this),
1508 InsertElementInst::InsertElementInst(Value *Vec, Value *Elt, Value *Index,
1512 OperandTraits<InsertElementInst>::op_begin(this),
1523 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt,
3693 InsertElementInst *InsertElementInst::clone_impl() const {
3694 return InsertElementInst::Create(getOperand(0), getOperand(1), getOperand(2));