reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5432 ltotal = total - bmap->extra + like->extra; 5433 if (ltotal > total) 5434 ltotal = total; 5446 isl_seq_cpy(bmap->div[i], like->div[i], 1 + 1 + ltotal); 5447 isl_seq_clr(bmap->div[i]+1+1+ltotal, total - ltotal); 5447 isl_seq_clr(bmap->div[i]+1+1+ltotal, total - ltotal);