Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp328 static Optional<int64_t> constantIntegerLike(const mlir::Value value) { in constantIntegerLike() function
483 if (auto constantStep = constantIntegerLike(op.getStep())) in createAffineFor()