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