Home
last modified time | relevance | path

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

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