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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 3429   assert(KeptBits.ugt(0) && KeptBits.ult(BitWidth) && "unreachable");
 3429   assert(KeptBits.ugt(0) && KeptBits.ult(BitWidth) && "unreachable");
 3431   const APInt ICmpCst = APInt(XBitWidth, 1).shl(KeptBits);