Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h584 bool parseLogical(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6245 return parseLogical(Inst, PFS, KeywordVal); in parseInstruction()
6991 bool LLParser::parseLogical(Instruction *&Inst, PerFunctionState &PFS, in parseLogical() function in LLParser