| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-unswitch.cc | 142 auto range_op = range_op_handler (code); local 149 if (!range_op.op1_range (true_range, TREE_TYPE (lhs), 151 || !range_op.op1_range (false_range, TREE_TYPE (lhs),
|
| range-op.cc | 157 range_op_handler::range_op () const function in class:range_op_handler
|
| /src/external/gpl3/gdb/dist/gdb/ |
| f-lang.c | 1215 fortran_range_operation *range_op local 1217 if (range_op != nullptr) 1219 enum range_flag range_flag = range_op->get_flags (); 1225 low = value_as_long (range_op->evaluate0 (exp, noside)); 1229 high = value_as_long (range_op->evaluate1 (exp, noside)); 1233 stride = value_as_long (range_op->evaluate2 (exp, noside));
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| f-lang.c | 1215 fortran_range_operation *range_op local 1217 if (range_op != nullptr) 1219 enum range_flag range_flag = range_op->get_flags (); 1225 low = value_as_long (range_op->evaluate0 (exp, noside)); 1229 high = value_as_long (range_op->evaluate1 (exp, noside)); 1233 stride = value_as_long (range_op->evaluate2 (exp, noside));
|
| /src/external/mit/isl/dist/interface/ |
| template_cpp.cc | 778 static std::vector<Signature> range_op = { un_set, range }; variable 810 { "constant", range_op }, 863 { "max_val", range_op }, 864 { "max_multi_val", range_op }, 866 { "min_val", range_op }, 867 { "min_multi_val", range_op }, 974 { { "fixed_box", range_op } }, 978 { "multi_union", range_op },
|