Searched refs:parseLogical (Results 1 – 2 of 2) sorted by relevance
574 bool parseLogical(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
5946 return parseLogical(Inst, PFS, KeywordVal); in parseInstruction()6692 bool LLParser::parseLogical(Instruction *&Inst, PerFunctionState &PFS, in parseLogical() function in LLParser