Home | History | Annotate | Download | only in IR

Lines Matching refs:InsertValueInst

1644 //                             InsertValueInst Class
1647 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs,
1655 assert(Idxs.size() > 0 && "InsertValueInst must have at least one index");
1666 InsertValueInst::InsertValueInst(const InsertValueInst &IVI)
1668 OperandTraits<InsertValueInst>::op_begin(this), 2),
3491 InsertValueInst *InsertValueInst::clone_impl() const {
3492 return new InsertValueInst(*this);