Home
last modified time | relevance | path

Searched refs:IsInnerShl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp532 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
533 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
552 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
628 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
640 if (IsInnerShl) { in foldShiftedShift()
652 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
664 APInt Mask = IsInnerShl in foldShiftedShift()