Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h647 bool parseLogical(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6516 if (parseLogical(Inst, PFS, KeywordVal)) in parseInstruction()
6524 return parseLogical(Inst, PFS, KeywordVal); in parseInstruction()
7274 bool LLParser::parseLogical(Instruction *&Inst, PerFunctionState &PFS, in parseLogical() function in LLParser