Searched refs:ParseArithmetic (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/ |
| HD | LLParser.h | 580 bool ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc,
|
| HD | LLParser.cpp | 5738 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
|