Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp42 APInt MaximalRepresentableShiftAmount = in canTryToConstantAddTwoShiftAmounts() local
44 return MaximalRepresentableShiftAmount.uge(MaximalPossibleTotalShiftAmount); in canTryToConstantAddTwoShiftAmounts()
H A DInstCombineCompares.cpp3888 APInt MaximalRepresentableShiftAmount = in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
3890 if (MaximalRepresentableShiftAmount.ult(MaximalPossibleTotalShiftAmount)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()