reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5717 int Res = ParseUnaryOp(Inst, PFS, KeywordVal, /*IsFP*/true); 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, 5769 case lltok::kw_xor: return ParseLogical(Inst, PFS, KeywordVal); 5770 case lltok::kw_icmp: return ParseCompare(Inst, PFS, KeywordVal); 5773 int Res = ParseCompare(Inst, PFS, KeywordVal); 5794 case lltok::kw_ptrtoint: return ParseCast(Inst, PFS, KeywordVal);