Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Increment

335     SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
350 // Increment the pointers.
353 Increment);
354 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
453 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
469 // Increment the pointers.
471 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
473 Increment);
2753 // Increment the pointer, VAList, to the next vaarg