Searched refs:ConstInc (Results 1 – 2 of 2) sorted by relevance
15863 unsigned ConstInc; member16074 if (NumBytes >= 3 * 16 && User.ConstInc != NumBytes) { in TryCombineBaseUpdate()16080 if (SimpleConstIncOnly && User.ConstInc != NumBytes) in TryCombineBaseUpdate()16262 unsigned ConstInc = in CombineBaseUpdate() local16265 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()
19817 ConstantSDNode *ConstInc = cast<ConstantSDNode>(Inc); in SplitIndexingFromLoad() local19818 Inc = DAG.getConstant(*ConstInc->getConstantIntValue(), SDLoc(Inc), in SplitIndexingFromLoad()19819 ConstInc->getValueType(0)); in SplitIndexingFromLoad()