Searched defs:origLoopStep (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/Affine/Utils/ | ||
H A D | Utils.cpp | 574 int64_t origLoopStep = op.getStepAsInt(); normalizeAffineFor() local |
H A D | LoopUtils.cpp | 529 AffineExpr origLoopStep = b.getAffineConstantExpr(origLoop.getStepAsInt()); setIntraTileBoundsParametric() local |