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