Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h614 bool parseLogical(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp6353 return parseLogical(Inst, PFS, KeywordVal); in parseInstruction()
7095 bool LLParser::parseLogical(Instruction *&Inst, PerFunctionState &PFS, in parseLogical() function in LLParser