reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/AsmParser/LLParser.h
  580     bool ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc,

References

lib/AsmParser/LLParser.cpp
 5733     if (ParseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/false)) return true;
 5745     int Res = ParseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/true);
 5759     if (ParseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/false)) return true;
 5765   case lltok::kw_srem:   return ParseArithmetic(Inst, PFS, KeywordVal,