Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.h580 bool ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc,
HDLLParser.cpp5738 if (ParseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/false)) return true; in ParseInstruction()
5750 int Res = ParseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/true); in ParseInstruction()
5764 if (ParseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/false)) return true; in ParseInstruction()
5770 case lltok::kw_srem: return ParseArithmetic(Inst, PFS, KeywordVal, in ParseInstruction()
6478 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic() function in LLParser