Searched refs:InnerShiftConst (Results 1 – 1 of 1) sorted by relevance
525 const APInt *InnerShiftConst; in canEvaluateShiftedShift() local526 if (!match(InnerShift->getOperand(1), m_APInt(InnerShiftConst))) in canEvaluateShiftedShift()539 if (*InnerShiftConst == OuterShAmt) in canEvaluateShiftedShift()549 if (InnerShiftConst->ugt(OuterShAmt) && InnerShiftConst->ult(TypeWidth)) { in canEvaluateShiftedShift()550 unsigned InnerShAmt = InnerShiftConst->getZExtValue(); in canEvaluateShiftedShift()