Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h100 ExtentExpr CountTrips(
102 ExtentExpr CountTrips(
104 MaybeExtentExpr CountTrips(
189 CountTrips(ido.lower(), ido.upper(), ido.stride()); in GetArrayConstructorValueExtent()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp178 ExtentExpr CountTrips( in CountTrips() function
184 ExtentExpr CountTrips(const ExtentExpr &lower, const ExtentExpr &upper, in CountTrips() function
190 MaybeExtentExpr CountTrips(MaybeExtentExpr &&lower, MaybeExtentExpr &&upper, in CountTrips() function
494 return CountTrips(std::move(lower), std::move(upper), in GetExtent()