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