Searched refs:ParseCompare (Results 1 – 2 of 2) sorted by relevance
473 bool ParseCompare(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
4778 case lltok::kw_icmp: return ParseCompare(Inst, PFS, KeywordVal); in ParseInstruction()4781 int Res = ParseCompare(Inst, PFS, KeywordVal); in ParseInstruction()5372 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS, in ParseCompare() function in LLParser