Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp344 if (const std::optional<Fortran::parser::BoundExpr> &lbExpr = in genInlinedAllocation() local
347 loc, Fortran::semantics::GetExpr(*lbExpr), stmtCtx)); in genInlinedAllocation()
405 if (const std::optional<Fortran::parser::BoundExpr> &lbExpr = in genSimpleAllocation() local
408 loc, Fortran::semantics::GetExpr(*lbExpr), stmtCtx)); in genSimpleAllocation()
H A DVectorSubscripts.cpp190 if (const auto &lbExpr = triplet.lower()) in genRankedArrayRefSubscriptAndBase() local
191 lb = genScalarValue(*lbExpr); in genRankedArrayRefSubscriptAndBase()
H A DBridge.cpp2317 for (const Fortran::evaluate::ExtentExpr &lbExpr : lbExprs) in genAssignment() local
2319 fir::getBase(genExprValue(toEvExpr(lbExpr), stmtCtx))); in genAssignment()
2349 const Fortran::evaluate::ExtentExpr &lbExpr = pair.first; in genAssignment() local
2352 fir::getBase(genExprValue(toEvExpr(lbExpr), stmtCtx))); in genAssignment()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp496 auto lbExpr = in normalizeAffineParallel() local
498 return lbExpr && lbExpr.getValue() == 0 && step == 1; in normalizeAffineParallel()
522 AffineExpr lbExpr = lbMap.getResult(i); in normalizeAffineParallel() local
524 auto expr = lbExpr + builder.getAffineDimExpr(nDims) * step; in normalizeAffineParallel()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp979 AffineExpr lbExpr(lbMap.getResult(0)); in getConstDifference() local
981 auto loopSpanExpr = simplifyAffineExpr(ubExpr - lbExpr, lbMap.getNumDims(), in getConstDifference()