Searched refs:NewConstInc (Results 1 – 1 of 1) sorted by relevance
16206 unsigned NewConstInc = UserOffset - Offset; in CombineBaseUpdate() local16207 SDValue NewInc = DCI.DAG.getConstant(NewConstInc, SDLoc(N), MVT::i32); in CombineBaseUpdate()16208 BaseUpdates.push_back({User, NewInc, NewConstInc}); in CombineBaseUpdate()