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.cpp5625 unsigned LHSValBits = LHSKnown.countMaxSignificantBits(); in computeKnownBitsForTargetNode() local
5627 unsigned MaxValBits = LHSValBits + RHSValBits; in computeKnownBitsForTargetNode()
5643 unsigned LHSValBits = LHSKnown.countMaxActiveBits(); in computeKnownBitsForTargetNode() local
5645 unsigned MaxValBits = LHSValBits + RHSValBits; in computeKnownBitsForTargetNode()