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