reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
580 bool ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc,
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,