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