Searched refs:CWidth (Results 1 – 2 of 2) sorted by relevance
681 ConstantInt *CWidth = dyn_cast<ConstantInt>(II.getArgOperand(2)); in instCombineIntrinsic() local682 if (CWidth) { in instCombineIntrinsic()683 Width = CWidth->getZExtValue(); in instCombineIntrinsic()691 II, 2, ConstantInt::get(CWidth->getType(), Width & (IntSize - 1))); in instCombineIntrinsic()708 if (!CWidth || !COffset) in instCombineIntrinsic()
5648 ConstantSDNode *CWidth = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local5649 if (!CWidth) in computeKnownBitsForTargetNode()5652 uint32_t Width = CWidth->getZExtValue() & 0x1f; in computeKnownBitsForTargetNode()