Searched defs:lower_bounds (Results 1 – 4 of 4) sorted by relevance
38 int CFI_allocate(CFI_cdesc_t *descriptor, const CFI_index_t lower_bounds[], in CFI_allocate()275 const CFI_index_t lower_bounds[], const CFI_index_t upper_bounds[], in CFI_section()382 const CFI_index_t lower_bounds[]) { in CFI_setpointer()
36 SmallVector<int64_t, 3> lower_bounds(upper_bounds.size(), /*Value=*/0); in BuildBoundedAffineLoopNest() local
287 const CFI_index_t lower_bounds[], const CFI_index_t upper_bounds[], in check_CFI_allocate()604 CFI_index_t lower_bounds[rank]; in run_CFI_setpointer_tests() local
598 static __isl_give isl_pw_aff_list *lower_bounds( in lower_bounds() function