Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp737 unsigned MaxActiveBits = 0; in processUDivOrURem() local
740 MaxActiveBits = std::max(CR.getActiveBits(), MaxActiveBits); in processUDivOrURem()
743 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MaxActiveBits), 8); in processUDivOrURem()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3707 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
3708 if (MaxActiveBits <= 1) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3718 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
3719 if (MaxActiveBits <= 1) in foldShiftIntoShiftInAnotherHandOfAndInICmp()