Searched refs:ParseLogical (Results 1 – 2 of 2) sorted by relevance
442 bool ParseLogical(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
4480 case lltok::kw_xor: return ParseLogical(Inst, PFS, KeywordVal); in ParseInstruction()4868 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS, in ParseLogical() function in LLParser