Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h472 bool ParseLogical(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
DLLParser.cpp4777 case lltok::kw_xor: return ParseLogical(Inst, PFS, KeywordVal); in ParseInstruction()
5353 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS, in ParseLogical() function in LLParser