Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:InsertElementInst

2334       if (!InsertElementInst::isValidOperands(Elts[0], Elts[1], Elts[2]))
3445 if (!InsertElementInst::isValidOperands(Op0, Op1, Op2))
3448 Inst = InsertElementInst::Create(Op0, Op1, Op2);