Lines Matching defs:Increment
9848 // Increment the pointers.
10002 // Increment the pointers.
10073 SDValue Increment;
10091 Increment = DAG.getNode(ISD::CTPOP, DL, MaskIntVT, MaskInIntReg);
10092 Increment = DAG.getZExtOrTrunc(Increment, DL, AddrVT);
10096 Increment = DAG.getNode(ISD::MUL, DL, AddrVT, Increment, Scale);
10098 Increment = DAG.getVScale(DL, AddrVT,
10102 Increment = DAG.getConstant(DataVT.getStoreSize(), DL, AddrVT);
10104 return DAG.getNode(ISD::ADD, DL, AddrVT, Addr, Increment);