Searched refs:ConstInc (Results 1 – 2 of 2) sorted by relevance
15576 unsigned ConstInc; member15771 if (NumBytes >= 3 * 16 && User.ConstInc != NumBytes) { in TryCombineBaseUpdate()15777 if (SimpleConstIncOnly && User.ConstInc != NumBytes) in TryCombineBaseUpdate()15969 unsigned ConstInc = in CombineBaseUpdate() local15972 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()
16587 ConstantSDNode *ConstInc = cast<ConstantSDNode>(Inc); in SplitIndexingFromLoad() local16588 Inc = DAG.getConstant(*ConstInc->getConstantIntValue(), SDLoc(Inc), in SplitIndexingFromLoad()16589 ConstInc->getValueType(0)); in SplitIndexingFromLoad()