Home
last modified time | relevance | path

Searched refs:ParseArithmetic (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.h440 bool ParseArithmetic(Instruction *&I, PerFunctionState &PFS, unsigned Opc,
DLLParser.cpp4445 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