Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Num

2605   unsigned Num;
2609 case 0xFF: Num = 0; break;
2610 case 0xFF00: Num = 1; break;
2611 case 0xFF0000: Num = 2; break;
2612 case 0xFF000000: Num = 3; break;
2618 if (Num == 0 || Num == 2) {
2638 if (Num != 0 && Num != 2)
2646 if (Num != 1 && Num != 3)
2653 if (Parts[Num])
2656 Parts[Num] = N0.getOperand(0).getNode();
4605 /// from address + N / num of bits of new type. If the result is to be