Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp487 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in canEvaluateShiftedShift() local
488 if (IsInnerShl == IsOuterShl) in canEvaluateShiftedShift()
507 IsInnerShl ? TypeWidth - InnerShAmt : InnerShAmt - OuterShAmt; in canEvaluateShiftedShift()
584 bool IsInnerShl = InnerShift->getOpcode() == Instruction::Shl; in foldShiftedShift() local
596 if (IsInnerShl) { in foldShiftedShift()
608 if (IsInnerShl == IsOuterShl) { in foldShiftedShift()
620 APInt Mask = IsInnerShl in foldShiftedShift()