Home
last modified time | relevance | path

Searched defs:UPwAff (Results 1 – 2 of 2) sorted by relevance

/llvm-project/polly/lib/Transform/
H A DFlattenAlgo.cpp75 isl::union_pw_aff subtract(isl::union_pw_aff UPwAff, isl::val Val) { in subtract()
94 isl::union_pw_aff multiply(isl::union_pw_aff UPwAff, isl::val Val) { in multiply()
/llvm-project/polly/unittests/Isl/
H A DIslTest.cpp439 auto UPwAff = isl::union_pw_aff(TestUSet, isl::val::zero(Ctx.get())); in TEST() local