Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h586 bool parseLogical(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp6069 return parseLogical(Inst, PFS, KeywordVal); in parseInstruction()
6814 bool LLParser::parseLogical(Instruction *&Inst, PerFunctionState &PFS, in parseLogical() function in LLParser