Searched refs:NewInc (Results 1 – 3 of 3) sorted by relevance
185 SmallString<128> NewInc; in rewriteIncludes() local191 if (getAbsPath(Inc, NewInc)) { in rewriteIncludes()193 NewArg += NewInc; in rewriteIncludes()201 if (!getAbsPath(Inc, NewInc)) in rewriteIncludes()204 IncFlags.push_back(std::move(NewInc)); in rewriteIncludes()
1651 Value *NewInc = OrigInc; in replaceCongruentIVInc() local1661 NewInc = in replaceCongruentIVInc()1664 IsomorphicInc->replaceAllUsesWith(NewInc); in replaceCongruentIVInc()
16207 SDValue NewInc = DCI.DAG.getConstant(NewConstInc, SDLoc(N), MVT::i32); in CombineBaseUpdate() local16208 BaseUpdates.push_back({User, NewInc, NewConstInc}); in CombineBaseUpdate()