Searched refs:CWidth (Results 1 – 2 of 2) sorted by relevance
3654 ConstantInt *CWidth = dyn_cast<ConstantInt>(II->getArgOperand(2)); in visitCallInst() local3655 if (CWidth) { in visitCallInst()3656 Width = CWidth->getZExtValue(); in visitCallInst()3662 II->setArgOperand(2, ConstantInt::get(CWidth->getType(), in visitCallInst()3681 if (!CWidth || !COffset) in visitCallInst()
4443 ConstantSDNode *CWidth = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local4444 if (!CWidth) in computeKnownBitsForTargetNode()4447 uint32_t Width = CWidth->getZExtValue() & 0x1f; in computeKnownBitsForTargetNode()