Home
last modified time | relevance | path

Searched refs:f_B (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test_python.py262 f_B = isl.multi_union_pw_aff("[ { B[i] -> [i] } ]")
265 node = node.insert_partial_schedule(f_B)
H A Disl_test_cpp-generic.cc261 isl::multi_union_pw_aff f_B(ctx, "[ { B[i] -> [i] } ]"); in construct_schedule_tree() local
264 node = node.insert_partial_schedule(f_B); in construct_schedule_tree()