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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 3480   assert(NarrowestShift->getType() == I.getOperand(0)->getType() &&
 3509           !NarrowestShift->getOperand(1)->hasOneUse())
 3537     auto CanFold = [NewShAmt, WidestBitWidth, NarrowestShift, SQ,
 3552       if (auto *C = dyn_cast<Constant>(NarrowestShift->getOperand(0))) {