Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h587 bool parseCompare(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp6071 return parseCompare(Inst, PFS, KeywordVal); in parseInstruction()
6074 int Res = parseCompare(Inst, PFS, KeywordVal); in parseInstruction()
6833 bool LLParser::parseCompare(Instruction *&Inst, PerFunctionState &PFS, in parseCompare() function in LLParser