Searched refs:pt2 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | bound.c | 30 isl_point *pt, *pt2; in ISL_ARGS_START() local 39 pt2 = isl_point_copy(pt); in ISL_ARGS_START() 43 pt2 = isl_point_sub_ui(pt2, isl_dim_param, i, r); in ISL_ARGS_START() 46 box = isl_set_box_from_points(pt, pt2); in ISL_ARGS_START()
|
| H A D | pip.c | 70 isl_point *pt, *pt2; in ISL_ARGS_START() local 79 pt2 = isl_point_copy(pt); in ISL_ARGS_START() 83 pt2 = isl_point_sub_ui(pt2, isl_dim_param, i, r); in ISL_ARGS_START() 86 box = isl_basic_set_box_from_points(pt, pt2); in ISL_ARGS_START()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | windows-seh-EHa-CppCatchDotDotDot.cpp | 25 int *pt1, *pt2, *pt3; variable
|