reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
350 if (!match(InnerShift->getOperand(1), m_APInt(InnerShiftConst))) 363 if (*InnerShiftConst == OuterShAmt) 373 if (InnerShiftConst->ugt(OuterShAmt) && InnerShiftConst->ult(TypeWidth)) { 373 if (InnerShiftConst->ugt(OuterShAmt) && InnerShiftConst->ult(TypeWidth)) { 374 unsigned InnerShAmt = InnerShiftConst->getZExtValue();