Searched refs:parseArithmetic (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/ |
| D | LLParser.h | 612 bool parseArithmetic(Instruction *&Inst, PerFunctionState &PFS,
|
| /openbsd/src/gnu/llvm/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 6313 if (parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ false)) in parseInstruction() 6326 int Res = parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ true); in parseInstruction() 6340 if (parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ false)) in parseInstruction() 6348 return parseArithmetic(Inst, PFS, KeywordVal, in parseInstruction() 7075 bool LLParser::parseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in parseArithmetic() function in LLParser
|