Searched refs:srcLB (Results 1 – 1 of 1) sorted by relevance
332 const CFI_index_t srcLB{dim.lower_bound}; in CFI_section() local333 const CFI_index_t srcUB{srcLB + dim.extent - 1}; in CFI_section()334 const CFI_index_t lb{lower_bounds ? lower_bounds[j] : srcLB}; in CFI_section()342 if ((lb < srcLB) || (lb > srcUB) || (ub < srcLB) || (ub > srcUB)) { in CFI_section()345 shiftedBaseAddr += (lb - srcLB) * dim.sm; in CFI_section()