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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
10214       ShAmt = Mask.countTrailingZeros();
10215       APInt ShiftedMask = Mask.lshr(ShAmt);
10228       ShAmt = ConstShift->getZExtValue();
10231       if ((ShAmt & (EVTBits-1)) == 0) {
10252       if (ShAmt >= LN0->getMemoryVT().getSizeInBits())
10277   if (ShAmt == 0 && N0.getOpcode() == ISD::SHL && N0.hasOneUse() &&
10293       !isLegalNarrowLdSt(LN0, ExtType, ExtVT, ShAmt))
10305     ShAmt = AdjustBigEndianShift(ShAmt);
10305     ShAmt = AdjustBigEndianShift(ShAmt);
10308   uint64_t PtrOff = ShAmt / 8;
10356       ShAmt = AdjustBigEndianShift(ShAmt);
10356       ShAmt = AdjustBigEndianShift(ShAmt);
10362     SDValue ShiftC = DAG.getConstant(ShAmt, DL, VT);