Searched refs:ParseCompare (Results 1 – 2 of 2) sorted by relevance
443 bool ParseCompare(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
4482 case lltok::kw_fcmp: return ParseCompare(Inst, PFS, KeywordVal); in ParseInstruction()4887 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS, in ParseCompare() function in LLParser