Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc177 Pair(const TupleKindPtr &tuple1, const TupleKindPtr &tuple2) : in Pair()
178 TupleKind(""), tuple1(tuple1), tuple2(tuple2) {} in Pair()
187 const TupleKindPtr tuple1; member
197 return std::string("pair<") + tuple1->to_string() + ", " + in to_string()
221 auto names1 = tuple1->params(); in params()
238 return TupleKindPtr(::apply(tuple1, subs), ::apply(tuple2, subs)); in apply()
245 return tuple1; in left()