Searched refs:srcUB (Results 1 – 1 of 1) sorted by relevance
306 const CFI_index_t srcUB{srcLB + dim.extent - 1}; in CFI_section() local308 const CFI_index_t ub{upper_bounds ? upper_bounds[j] : srcUB}; in CFI_section()315 if ((lb < srcLB) || (lb > srcUB) || (ub < srcLB) || (ub > srcUB)) { in CFI_section()