Searched defs:bounds_info_t (Results 1 – 1 of 1) sorted by relevance
106 struct bounds_info_t { struct108 loop_type_t loop_type; // The differentiator109 loop_type_t loop_iv_type;110 comparison_t comparison;114 kmp_index_t outer_iv;116 kmp_uint64 lb0_u64; // real type can be signed117 kmp_uint64 lb1_u64; // real type can be signed118 kmp_uint64 ub0_u64; // real type can be signed119 kmp_uint64 ub1_u64; // real type can be signed120 kmp_int64 step_64; // signed[all …]