Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:isValidOperands

2826       if (!ShuffleVectorInst::isValidOperands(Elts[0], Elts[1], Elts[2]))
2833 if (!ExtractElementInst::isValidOperands(Elts[0], Elts[1]))
2840 if (!InsertElementInst::isValidOperands(Elts[0], Elts[1], Elts[2]))
3986 if (!ExtractElementInst::isValidOperands(Op0, Op1))
4005 if (!InsertElementInst::isValidOperands(Op0, Op1, Op2))
4024 if (!ShuffleVectorInst::isValidOperands(Op0, Op1, Op2))