reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2886 for (int IntSize = 8; IntSize >= 1; IntSize /= 2) { 2886 for (int IntSize = 8; IntSize >= 1; IntSize /= 2) { 2887 if (Size < CharUnits::fromQuantity(IntSize)) 2890 CGF.getContext().toBits(CharUnits::fromQuantity(IntSize)), 2896 if (Size.getQuantity() / IntSize > 1) { 2913 Bld.CreateCondBr(Bld.CreateICmpSGT(PtrDiff, Bld.getInt64(IntSize - 1)), 2934 Size = Size % IntSize;