Searched refs:stepInt (Results 1 – 3 of 3) sorted by relevance
208 auto stepInt = getConstantIntValue(step); in addLoopRangeConstraints() local209 if (!stepInt) in addLoopRangeConstraints()236 if (lbInt && ubInt && (*lbInt + *stepInt >= *ubInt)) { in addLoopRangeConstraints()249 ivUb = exprLb + 1 + (*stepInt * ((exprUb - exprLb - 1).floorDiv(*stepInt))); in addLoopRangeConstraints()
116 auto stepInt = getConstantIntValue(forOp.getStep()); in peelForLoop() local119 if (lbInt && ubInt && stepInt && (*ubInt - *lbInt) % *stepInt == 0) in peelForLoop()122 if (stepInt == static_cast<int64_t>(1)) in peelForLoop()
588 IntegerAttr loInt, hiInt, stepInt; in genVectorMask() local591 matchPattern(step, m_Constant(&stepInt))) { in genVectorMask()592 if (((hiInt.getInt() - loInt.getInt()) % stepInt.getInt()) == 0) in genVectorMask()