Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Increment

342     SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
357 // Increment the pointers.
360 Increment);
361 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
461 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
477 // Increment the pointers.
479 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
481 Increment);
2954 // Increment the pointer, VAList, to the next vaarg