reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3401 assert(MaskedBits != 0 && "shift by zero should be folded away already."); 3425 assert(BitWidth.ugt(MaskedBits) && "shifts should leave some bits untouched"); 3428 const APInt KeptBits = BitWidth - MaskedBits;