Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.cpp16075 unsigned NewConstInc = UserOffset - Offset; in CombineBaseUpdate() local
16076 SDValue NewInc = DCI.DAG.getConstant(NewConstInc, SDLoc(N), MVT::i32); in CombineBaseUpdate()
16077 BaseUpdates.push_back({User, NewInc, NewConstInc}); in CombineBaseUpdate()