Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h470 bool ParseArithmetic(Instruction *&I, PerFunctionState &PFS, unsigned Opc,
DLLParser.cpp4742 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction()
4754 int Res = ParseArithmetic(Inst, PFS, KeywordVal, 2); in ParseInstruction()
4768 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction()
4774 case lltok::kw_srem: return ParseArithmetic(Inst, PFS, KeywordVal, 1); in ParseInstruction()
5325 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic() function in LLParser