Searched refs:N2CVal (Results 1 – 1 of 1) sorted by relevance
3911 unsigned N2CVal = N2C->getZExtValue(); in Select() local3912 if ((N1CVal & 0xffff0000U) == (N2CVal & 0xffff0000U) && in Select()3914 (N2CVal & 0xffffU) == 0x0U) { in Select()3915 SDValue Imm16 = CurDAG->getTargetConstant((N2CVal & 0xFFFF0000U) >> 16, in Select()