Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15784 unsigned ConstInc; member
15979 if (NumBytes >= 3 * 16 && User.ConstInc != NumBytes) { in TryCombineBaseUpdate()
15985 if (SimpleConstIncOnly && User.ConstInc != NumBytes) in TryCombineBaseUpdate()
16177 unsigned ConstInc = in CombineBaseUpdate() local
16180 if (ConstInc || User->getOpcode() == ISD::ADD) in CombineBaseUpdate()
16181 BaseUpdates.push_back({User, Inc, ConstInc}); in CombineBaseUpdate()
16236 return LHS.ConstInc < RHS.ConstInc; in CombineBaseUpdate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18818 ConstantSDNode *ConstInc = cast<ConstantSDNode>(Inc); in SplitIndexingFromLoad() local
18819 Inc = DAG.getConstant(*ConstInc->getConstantIntValue(), SDLoc(Inc), in SplitIndexingFromLoad()
18820 ConstInc->getValueType(0)); in SplitIndexingFromLoad()