Searched refs:ConstInc (Results 1 – 2 of 2) sorted by relevance
15784 unsigned ConstInc; member15979 if (NumBytes >= 3 * 16 && User.ConstInc != NumBytes) { in TryCombineBaseUpdate()15985 if (SimpleConstIncOnly && User.ConstInc != NumBytes) in TryCombineBaseUpdate()16177 unsigned ConstInc = in CombineBaseUpdate() local16180 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()
18818 ConstantSDNode *ConstInc = cast<ConstantSDNode>(Inc); in SplitIndexingFromLoad() local18819 Inc = DAG.getConstant(*ConstInc->getConstantIntValue(), SDLoc(Inc), in SplitIndexingFromLoad()18820 ConstInc->getValueType(0)); in SplitIndexingFromLoad()