reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
948 this_max * Other_max + 1); 968 Other_max = Other.getSignedMax().sext(getBitWidth() * 2); 970 auto L = {this_min * Other_min, this_min * Other_max, 971 this_max * Other_min, this_max * Other_max};