Searched refs:CWidth (Results 1 – 1 of 1) sorted by relevance
2941 ConstantSDNode *CWidth = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in computeKnownBitsForTargetNode() local2942 if (!CWidth) in computeKnownBitsForTargetNode()2946 uint32_t Width = CWidth->getZExtValue() & 0x1f; in computeKnownBitsForTargetNode()