Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp83 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
84 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
103 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
198 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
210 if (IsInnerShl) { in foldShiftedShift()
222 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
234 APInt Mask = IsInnerShl in foldShiftedShift()