Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Factor

250       unsigned Factor = NumParts / NumIntermediates;
252 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
537 unsigned Factor = NumParts / NumIntermediates;
539 getCopyToParts(DAG, DL, Ops[i], &Parts[i*Factor], Factor, PartVT);
871 // Otherwise, we have to make a token factor node.