Home
last modified time | relevance | path

Searched refs:NewConstInc (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp16206 unsigned NewConstInc = UserOffset - Offset; in CombineBaseUpdate() local
16207 SDValue NewInc = DCI.DAG.getConstant(NewConstInc, SDLoc(N), MVT::i32); in CombineBaseUpdate()
16208 BaseUpdates.push_back({User, NewInc, NewConstInc}); in CombineBaseUpdate()