Searched refs:un_map (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mit/isl/dist/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 }; 482 static std::vector<Signature> min_max = { un_set, bin_set, un_map, bin_map }; 769 { "map", { un_map } }, 799 { "as_map", { un_map } }, 800 { "as_union_map", { un_map } }, 838 { "identity", { un_map, set_to_map } }, 890 { "range_lattice_tile", { un_map } }, 895 { un_map } }, [all …]
|