Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-reduction.cpp12 bool CheckReductionDIM(std::optional<int> &dim, FoldingContext &context, in CheckReductionDIM() function
H A Dfold-reduction.h19 bool CheckReductionDIM(std::optional<int> &dim, FoldingContext &,
45 if (!CheckReductionDIM(dim, context, arg, dimIndex, folded->Rank())) {
H A Dfold-integer.cpp248 if (CheckReductionDIM(dim, context, arg, 1, mask->Rank())) { in FoldCount()
293 !CheckReductionDIM(dim, context_, arg_, dimArg, array->Rank())) { in Test()