Searched refs:N1CVal (Results 1 – 1 of 1) sorted by relevance
3910 unsigned N1CVal = N1C->getZExtValue(); in Select() local3912 if ((N1CVal & 0xffff0000U) == (N2CVal & 0xffff0000U) && in Select()3913 (N1CVal & 0xffffU) == 0xffffU && in Select()