Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp5626 unsigned RHSValBits = RHSKnown.countMaxSignificantBits(); in computeKnownBitsForTargetNode() local
5627 unsigned MaxValBits = LHSValBits + RHSValBits; in computeKnownBitsForTargetNode()
5644 unsigned RHSValBits = RHSKnown.countMaxActiveBits(); in computeKnownBitsForTargetNode() local
5645 unsigned MaxValBits = LHSValBits + RHSValBits; in computeKnownBitsForTargetNode()