Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp124 static ExtentExpr ComputeTripCount(FoldingContext &context, ExtentExpr &&lower, in ComputeTripCount() function
137 return ComputeTripCount( in CountTrips()
143 return ComputeTripCount(context, common::Clone(lower), common::Clone(upper), in CountTrips()
150 std::bind(ComputeTripCount, context, _1, _2, _3)}; in CountTrips()