Home
last modified time | relevance | path

Searched refs:pt2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Dbound.c30 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 Dpip.c70 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 Dwindows-seh-EHa-CppCatchDotDotDot.cpp25 int *pt1, *pt2, *pt3; variable