Home | History | Annotate | Download | only in IR

Lines Matching defs:InsertElementInst

1478 //                           InsertElementInst Implementation
1481 InsertElementInst::InsertElementInst(Value *Vec, Value *Elt, Value *Index,
1485 OperandTraits<InsertElementInst>::op_begin(this),
1495 InsertElementInst::InsertElementInst(Value *Vec, Value *Elt, Value *Index,
1499 OperandTraits<InsertElementInst>::op_begin(this),
1510 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt,
3596 InsertElementInst *InsertElementInst::clone_impl() const {
3597 return InsertElementInst::Create(getOperand(0), getOperand(1), getOperand(2));