Searched refs:parseArithmetic (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 645 bool parseArithmetic(Instruction *&Inst, PerFunctionState &PFS,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 6477 if (parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ false)) in parseInstruction() 6490 int Res = parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ true); in parseInstruction() 6504 if (parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ false)) in parseInstruction() 6512 return parseArithmetic(Inst, PFS, KeywordVal, in parseInstruction() 7254 bool LLParser::parseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in parseArithmetic() function in LLParser
|