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.cpp15863 unsigned ConstInc; member
16074 if (NumBytes >= 3 * 16 && User.ConstInc != NumBytes) { in TryCombineBaseUpdate()
16080 if (SimpleConstIncOnly && User.ConstInc != NumBytes) in TryCombineBaseUpdate()
16262 unsigned ConstInc = in CombineBaseUpdate() local
16265 if (ConstInc || User->getOpcode() == ISD::ADD) { in CombineBaseUpdate()
16266 BaseUpdates.push_back({User, Inc, ConstInc}); in CombineBaseUpdate()
16315 return LHS.ConstInc < RHS.ConstInc; in CombineBaseUpdate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19817 ConstantSDNode *ConstInc = cast<ConstantSDNode>(Inc); in SplitIndexingFromLoad() local
19818 Inc = DAG.getConstant(*ConstInc->getConstantIntValue(), SDLoc(Inc), in SplitIndexingFromLoad()
19819 ConstInc->getValueType(0)); in SplitIndexingFromLoad()