reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 3425   assert(BitWidth.ugt(MaskedBits) && "shifts should leave some bits untouched");
 3428   const APInt KeptBits = BitWidth - MaskedBits;
 3429   assert(KeptBits.ugt(0) && KeptBits.ult(BitWidth) && "unreachable");