Searched refs:CWidth (Results 1 – 2 of 2) sorted by relevance
922 ConstantInt *CWidth = dyn_cast<ConstantInt>(II.getArgOperand(2)); in instCombineIntrinsic() local923 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()
5871 ConstantSDNode *CWidth = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local5872 if (!CWidth) in computeKnownBitsForTargetNode()5875 uint32_t Width = CWidth->getZExtValue() & 0x1f; in computeKnownBitsForTargetNode()