Home
last modified time | relevance | path

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

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