Searched defs:MaxActiveBits (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | CorrelatedValuePropagation.cpp | 820 unsigned MaxActiveBits = std::max(XCR.getActiveBits(), YCR.getActiveBits()); narrowUDivOrURem() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCompares.cpp | 4325 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; foldShiftIntoShiftInAnotherHandOfAndInICmp() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIISelLowering.cpp | 15418 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); computeKnownBitsForTargetNode() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 49847 unsigned MaxActiveBits = DAG->computeKnownBits(V).countMaxActiveBits(); detectAVGPattern() local |