Searched refs:CWidth (Results 1 – 2 of 2) sorted by relevance
557 ConstantInt *CWidth = dyn_cast<ConstantInt>(II.getArgOperand(2)); in instCombineIntrinsic() local558 if (CWidth) { in instCombineIntrinsic()559 Width = CWidth->getZExtValue(); in instCombineIntrinsic()567 II, 2, ConstantInt::get(CWidth->getType(), Width & (IntSize - 1))); in instCombineIntrinsic()584 if (!CWidth || !COffset) in instCombineIntrinsic()
4623 ConstantSDNode *CWidth = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local4624 if (!CWidth) in computeKnownBitsForTargetNode()4627 uint32_t Width = CWidth->getZExtValue() & 0x1f; in computeKnownBitsForTargetNode()