Searched refs:parseLogical (Results 1 – 2 of 2) sorted by relevance
648 bool parseLogical(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
6939 if (parseLogical(Inst, PFS, KeywordVal)) in parseInstruction()6947 return parseLogical(Inst, PFS, KeywordVal); in parseInstruction()7709 bool LLParser::parseLogical(Instruction *&Inst, PerFunctionState &PFS, in parseLogical() function in LLParser