Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h585 bool parseCompare(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6247 return parseCompare(Inst, PFS, KeywordVal); in parseInstruction()
6250 int Res = parseCompare(Inst, PFS, KeywordVal); in parseInstruction()
7010 bool LLParser::parseCompare(Instruction *&Inst, PerFunctionState &PFS, in parseCompare() function in LLParser