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