Home
last modified time | relevance | path

Searched refs:ParseCompare (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.h473 bool ParseCompare(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
DLLParser.cpp4778 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