Home | History | Annotate | Download | only in AsmParser

Lines Matching full:fcmp

2666     if (Opc == Instruction::FCmp) {
2668 return Error(ID.Loc, "fcmp requires floating point operands");
3527 if (Opc == Instruction::FCmp) {
3529 default: return TokError("expected fcmp predicate (e.g. 'oeq')");
3885 /// ::= 'fcmp' FPredicates TypeAndValue ',' Value
3898 if (Opc == Instruction::FCmp) {
3900 return Error(Loc, "fcmp requires floating point operands");