Home
last modified time | relevance | path

Searched refs:ceilDivPositive (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp291 static Value ceilDivPositive(OpBuilder &builder, Location loc, Value dividend, in ceilDivPositive() function
307 static Value ceilDivPositive(OpBuilder &builder, Location loc, Value dividend, in ceilDivPositive() function
480 Value tripCount = ceilDivPositive(boundsBuilder, loc, diff, step); in loopUnrollByFactor()
565 Value newUpperBound = ceilDivPositive(boundsBuilder, loc, diff, step); in normalizeLoop()
949 Value numIterations = ceilDivPositive(builder, loc, diff, forOp.getStep()); in extractFixedOuterLoops()
951 ceilDivPositive(builder, loc, numIterations, sizes[i]); in extractFixedOuterLoops()