Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp922 ConstantInt *CWidth = dyn_cast<ConstantInt>(II.getArgOperand(2)); in instCombineIntrinsic() local
923 if (CWidth) { in instCombineIntrinsic()
924 Width = CWidth->getZExtValue(); in instCombineIntrinsic()
932 II, 2, ConstantInt::get(CWidth->getType(), Width & (IntSize - 1))); in instCombineIntrinsic()
949 if (!CWidth || !COffset) in instCombineIntrinsic()
H A DAMDGPUISelLowering.cpp5871 ConstantSDNode *CWidth = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local
5872 if (!CWidth) in computeKnownBitsForTargetNode()
5875 uint32_t Width = CWidth->getZExtValue() & 0x1f; in computeKnownBitsForTargetNode()