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