Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp42 APInt MaximalRepresentableShiftAmount = in canTryToConstantAddTwoShiftAmounts() local
44 return MaximalRepresentableShiftAmount.uge(MaximalPossibleTotalShiftAmount); in canTryToConstantAddTwoShiftAmounts()
H A DInstCombineCompares.cpp3847 APInt MaximalRepresentableShiftAmount = in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
3849 if (MaximalRepresentableShiftAmount.ult(MaximalPossibleTotalShiftAmount)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()