Searched refs:ParseArithmetic (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 440 bool ParseArithmetic(Instruction *&I, PerFunctionState &PFS, unsigned Opc,
|
D | LLParser.cpp | 4445 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction() 4457 int Res = ParseArithmetic(Inst, PFS, KeywordVal, 2); in ParseInstruction() 4471 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction() 4477 case lltok::kw_srem: return ParseArithmetic(Inst, PFS, KeywordVal, 1); in ParseInstruction() 4840 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic() function in LLParser
|