Home | History | Annotate | Download | only in VMCore

Lines Matching refs:InsertElementInst

1474 //                           InsertElementInst Implementation
1477 InsertElementInst::InsertElementInst(Value *Vec, Value *Elt, Value *Index,
1481 OperandTraits<InsertElementInst>::op_begin(this),
1491 InsertElementInst::InsertElementInst(Value *Vec, Value *Elt, Value *Index,
1495 OperandTraits<InsertElementInst>::op_begin(this),
1506 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt,
3440 InsertElementInst *InsertElementInst::clone_impl() const {
3441 return InsertElementInst::Create(getOperand(0),