Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp522 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
523 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
542 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
618 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
630 if (IsInnerShl) { in foldShiftedShift()
642 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
654 APInt Mask = IsInnerShl in foldShiftedShift()