Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp5682 unsigned LHSValBits = LHSKnown.countMaxSignificantBits(); in computeKnownBitsForTargetNode() local
5684 unsigned MaxValBits = LHSValBits + RHSValBits; in computeKnownBitsForTargetNode()
5700 unsigned LHSValBits = LHSKnown.countMaxActiveBits(); in computeKnownBitsForTargetNode() local
5702 unsigned MaxValBits = LHSValBits + RHSValBits; in computeKnownBitsForTargetNode()