Home
last modified time | relevance | path

Searched defs:MaxActiveBits (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp887 unsigned MaxActiveBits = std::max(XCR.getActiveBits(), YCR.getActiveBits()); narrowUDivOrURem() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4619 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; foldShiftIntoShiftInAnotherHandOfAndInICmp() local
4630 unsigned MaxActiveBits = Known.getBitWidth() - MinLeadZero; foldShiftIntoShiftInAnotherHandOfAndInICmp() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp15749 unsigned MaxActiveBits = std::max(Src1ValBits, ST.getWavefrontSizeLog2()); computeKnownBitsForTargetNode() local