reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2128 ToSize = Context.getTypeSize(ToType); 2131 if (BitWidth < ToSize || 2132 (FromType->isSignedIntegerType() && BitWidth <= ToSize)) { 2138 if (FromType->isUnsignedIntegerType() && BitWidth <= ToSize) {