Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h443 bool ParseCompare(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
DLLParser.cpp4482 case lltok::kw_fcmp: return ParseCompare(Inst, PFS, KeywordVal); in ParseInstruction()
4887 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS, in ParseCompare() function in LLParser