Searched refs:un_map (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | template_cpp.cc | 411 static Signature un_map = { { Domain, Range }, { { Domain, Range } } }; variable 412 static std::vector<Signature> un_op = { un_params, un_set, un_map }; 413 static std::vector<Signature> fn_un_op = { un_set, un_map }; 476 static std::vector<Signature> min_max = { un_set, bin_set, un_map, bin_map }; 741 { "map", { un_map } }, 771 { "as_map", { un_map } }, 772 { "as_union_map", { un_map } }, 805 { "identity", { un_map, set_to_map } }, 850 { "range_lattice_tile", { un_map } }, 855 { un_map } }, [all …]
|