Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4658 unsigned RHSValBits = RHSKnown.countMaxSignificantBits(); in computeKnownBitsForTargetNode() local
4659 unsigned MaxValBits = LHSValBits + RHSValBits; in computeKnownBitsForTargetNode()
4676 unsigned RHSValBits = RHSKnown.countMaxActiveBits(); in computeKnownBitsForTargetNode() local
4677 unsigned MaxValBits = LHSValBits + RHSValBits; in computeKnownBitsForTargetNode()