Home | History | Annotate | Download | only in Utils

Lines Matching defs:BitWidth

934   unsigned BitWidth = DL ? DL->getPointerTypeSizeInBits(V->getType()) : 64;
936 APInt KnownZero(BitWidth, 0), KnownOne(BitWidth, 0);
944 unsigned Align = 1u << std::min(BitWidth - 1, TrailZ);