Home
last modified time | relevance | path

Searched defs:stepCst (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp309 int64_t stepCst = stepCstOp.value(); getConstantTripCount() local
396 int64_t stepCst = getConstantIntValue(forOp.getStep()).value(); loopUnrollByFactor() local
678 if (auto stepCst = getConstantIntValue(step)) emitNormalizedLoopBounds() local
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DLoopPipelining.cpp112 auto stepCst = getConstantIntValue(step); in initializeLoopInfo() local