Searched refs:CheckReductionDIM (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold-reduction.cpp | 12 bool CheckReductionDIM(std::optional<int> &dim, FoldingContext &context, in CheckReductionDIM() function
|
| H A D | fold-reduction.h | 19 bool CheckReductionDIM(std::optional<int> &dim, FoldingContext &, 45 if (!CheckReductionDIM(dim, context, arg, dimIndex, folded->Rank())) {
|
| H A D | fold-integer.cpp | 248 if (CheckReductionDIM(dim, context, arg, 1, mask->Rank())) { in FoldCount() 293 !CheckReductionDIM(dim, context_, arg_, dimArg, array->Rank())) { in Test()
|