Searched defs:MaxActiveBits (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | CorrelatedValuePropagation.cpp | 887 unsigned MaxActiveBits = std::max(XCR.getActiveBits(), YCR.getActiveBits()); narrowUDivOrURem() local |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCompares.cpp | 4619 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; foldShiftIntoShiftInAnotherHandOfAndInICmp() local |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIISelLowering.cpp | 15749 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); computeKnownBitsForTargetNode() local |