Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Factor

272       unsigned Factor = NumParts / NumIntermediates;
274 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
568 unsigned Factor = NumParts / NumIntermediates;
570 getCopyToParts(DAG, DL, Ops[i], &Parts[i*Factor], Factor, PartVT, V);
910 // Otherwise, we have to make a token factor node.