Lines Matching defs:Increment
10190 // Increment the pointers.
10344 // Increment the pointers.
10415 SDValue Increment;
10433 Increment = DAG.getNode(ISD::CTPOP, DL, MaskIntVT, MaskInIntReg);
10434 Increment = DAG.getZExtOrTrunc(Increment, DL, AddrVT);
10438 Increment = DAG.getNode(ISD::MUL, DL, AddrVT, Increment, Scale);
10440 Increment = DAG.getVScale(DL, AddrVT,
10444 Increment = DAG.getConstant(DataVT.getStoreSize(), DL, AddrVT);
10446 return DAG.getNode(ISD::ADD, DL, AddrVT, Addr, Increment);