Searched refs:CWidth (Results 1 – 2 of 2) sorted by relevance
572 ConstantInt *CWidth = dyn_cast<ConstantInt>(II.getArgOperand(2)); in instCombineIntrinsic() local573 if (CWidth) { in instCombineIntrinsic()574 Width = CWidth->getZExtValue(); in instCombineIntrinsic()582 II, 2, ConstantInt::get(CWidth->getType(), Width & (IntSize - 1))); in instCombineIntrinsic()599 if (!CWidth || !COffset) in instCombineIntrinsic()
4491 ConstantSDNode *CWidth = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local4492 if (!CWidth) in computeKnownBitsForTargetNode()4495 uint32_t Width = CWidth->getZExtValue() & 0x1f; in computeKnownBitsForTargetNode()