Searched refs:IsInnerShl (Results 1 – 1 of 1) sorted by relevance
444 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local445 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()464 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()534 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local546 if (IsInnerShl) { in foldShiftedShift()558 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()570 APInt Mask = IsInnerShl in foldShiftedShift()