Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ExtractElement

2660     } else if (Opc == Instruction::ExtractElement) {
2662 return Error(ID.Loc, "expected two operands to extractelement");
2664 return Error(ID.Loc, "invalid extractelement operands");
3783 /// ::= 'extractelement' TypeAndValue ',' TypeAndValue
3793 return Error(Loc, "invalid extractelement operands");