Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h652 bool parseCompare(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7250 if (parseCompare(Inst, PFS, KeywordVal)) in parseInstruction()
7258 int Res = parseCompare(Inst, PFS, KeywordVal); in parseInstruction()
8043 bool LLParser::parseCompare(Instruction *&Inst, PerFunctionState &PFS, in parseCompare() function in LLParser