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