Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Num

2914   unsigned Num;
2918 case 0xFF: Num = 0; break;
2919 case 0xFF00: Num = 1; break;
2920 case 0xFF0000: Num = 2; break;
2921 case 0xFF000000: Num = 3; break;
2927 if (Num == 0 || Num == 2) {
2947 if (Num != 0 && Num != 2)
2955 if (Num != 1 && Num != 3)
2962 if (Parts[Num])
2965 Parts[Num] = N0.getOperand(0).getNode();
5027 /// from address + N / num of bits of new type. If the result is to be