Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15576 unsigned ConstInc; member
15771 if (NumBytes >= 3 * 16 && User.ConstInc != NumBytes) { in TryCombineBaseUpdate()
15777 if (SimpleConstIncOnly && User.ConstInc != NumBytes) in TryCombineBaseUpdate()
15969 unsigned ConstInc = in CombineBaseUpdate() local
15972 if (ConstInc || User->getOpcode() == ISD::ADD) in CombineBaseUpdate()
15973 BaseUpdates.push_back({User, Inc, ConstInc}); in CombineBaseUpdate()
16028 return LHS.ConstInc < RHS.ConstInc; in CombineBaseUpdate()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16587 ConstantSDNode *ConstInc = cast<ConstantSDNode>(Inc); in SplitIndexingFromLoad() local
16588 Inc = DAG.getConstant(*ConstInc->getConstantIntValue(), SDLoc(Inc), in SplitIndexingFromLoad()
16589 ConstInc->getValueType(0)); in SplitIndexingFromLoad()