Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Increment

719   // Increment the pointer to the other part.
1139 // Increment the pointer to the other half.
2363 unsigned Increment = NewVTWidth / 8;
2364 Offset += Increment;
2366 DAG.getIntPtrConstant(Increment));
2377 MinAlign(Align, Increment));
2393 isNonTemporal, isInvariant, MinAlign(Align, Increment));
2481 unsigned Increment = LdEltVT.getSizeInBits() / 8;
2486 unsigned i = 0, Offset = Increment;
2487 for (i=1; i < NumElts; ++i, Offset += Increment) {
2532 unsigned Increment = NewVTWidth / 8;
2543 Offset += Increment;
2546 DAG.getIntPtrConstant(Increment));
2563 Offset += Increment;
2565 DAG.getIntPtrConstant(Increment));
2599 unsigned Increment = ValEltVT.getSizeInBits() / 8;
2606 unsigned Offset = Increment;
2607 for (unsigned i=1; i < NumElts; ++i, Offset += Increment) {