Searched refs:parseCompare (Results 1 – 2 of 2) sorted by relevance
575 bool parseCompare(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
5948 return parseCompare(Inst, PFS, KeywordVal); in parseInstruction()5951 int Res = parseCompare(Inst, PFS, KeywordVal); in parseInstruction()6711 bool LLParser::parseCompare(Instruction *&Inst, PerFunctionState &PFS, in parseCompare() function in LLParser