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

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
  504   if (!isPowerOf2_32(NarrowWidth))
  547   Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth);
  550     ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth);
  559   APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth);