reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
131 if (Int == 0 && (Op == BO_EQ || Op == BO_NE)) { 152 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(Int)); 153 llvm::APSInt ConvertedInt = ComparisonType.convert(Int);