Polly 19.0.0git
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
isl::multi_union_pw_aff Class Reference

#include <isl-noexceptions.h>

Public Member Functions

 multi_union_pw_aff ()
 
 multi_union_pw_aff (const multi_union_pw_aff &obj)
 
 multi_union_pw_aff (isl::multi_pw_aff mpa)
 
 multi_union_pw_aff (isl::union_pw_aff upa)
 
 multi_union_pw_aff (isl::space space, isl::union_pw_aff_list list)
 
 multi_union_pw_aff (isl::union_pw_multi_aff upma)
 
 multi_union_pw_aff (isl::ctx ctx, const std::string &str)
 
multi_union_pw_affoperator= (multi_union_pw_aff obj)
 
 ~multi_union_pw_aff ()
 
__isl_give isl_multi_union_pw_affcopy () const &
 
__isl_give isl_multi_union_pw_affcopy () &&=delete
 
__isl_keep isl_multi_union_pw_affget () const
 
__isl_give isl_multi_union_pw_affrelease ()
 
bool is_null () const
 
isl::ctx ctx () const
 
isl::multi_union_pw_aff add (isl::multi_union_pw_aff multi2) const
 
isl::union_pw_aff at (int pos) const
 
isl::union_pw_aff get_at (int pos) const
 
isl::union_set bind (isl::multi_id tuple) const
 
isl::multi_union_pw_aff coalesce () const
 
class size dim (isl::dim type) const
 
isl::union_set domain () const
 
isl::multi_union_pw_aff flat_range_product (isl::multi_union_pw_aff multi2) const
 
isl::multi_union_pw_aff gist (isl::union_set context) const
 
boolean has_range_tuple_id () const
 
isl::multi_union_pw_aff intersect_domain (isl::union_set uset) const
 
isl::multi_union_pw_aff intersect_params (isl::set params) const
 
boolean involves_nan () const
 
isl::union_pw_aff_list list () const
 
isl::union_pw_aff_list get_list () const
 
isl::multi_union_pw_aff neg () const
 
boolean plain_is_equal (const isl::multi_union_pw_aff &multi2) const
 
isl::multi_union_pw_aff pullback (isl::union_pw_multi_aff upma) const
 
isl::multi_union_pw_aff range_product (isl::multi_union_pw_aff multi2) const
 
isl::id range_tuple_id () const
 
isl::id get_range_tuple_id () const
 
isl::multi_union_pw_aff reset_range_tuple_id () const
 
isl::multi_union_pw_aff reset_tuple_id (isl::dim type) const
 
isl::multi_union_pw_aff scale (isl::multi_val mv) const
 
isl::multi_union_pw_aff scale (isl::val v) const
 
isl::multi_union_pw_aff scale (long v) const
 
isl::multi_union_pw_aff scale_down (isl::multi_val mv) const
 
isl::multi_union_pw_aff scale_down (isl::val v) const
 
isl::multi_union_pw_aff scale_down (long v) const
 
isl::multi_union_pw_aff set_at (int pos, isl::union_pw_aff el) const
 
isl::multi_union_pw_aff set_range_tuple (isl::id id) const
 
isl::multi_union_pw_aff set_range_tuple (const std::string &id) const
 
isl::multi_union_pw_aff set_union_pw_aff (int pos, isl::union_pw_aff el) const
 
class size size () const
 
isl::space space () const
 
isl::space get_space () const
 
isl::multi_union_pw_aff sub (isl::multi_union_pw_aff multi2) const
 
isl::multi_union_pw_aff union_add (isl::multi_union_pw_aff mupa2) const
 

Static Public Member Functions

static isl::multi_union_pw_aff from_union_map (isl::union_map umap)
 
static isl::multi_union_pw_aff zero (isl::space space)
 

Protected Member Functions

 multi_union_pw_aff (__isl_take isl_multi_union_pw_aff *ptr)
 

Protected Attributes

isl_multi_union_pw_affptr = nullptr
 

Friends

multi_union_pw_aff manage (__isl_take isl_multi_union_pw_aff *ptr)
 
multi_union_pw_aff manage_copy (__isl_keep isl_multi_union_pw_aff *ptr)
 

Detailed Description

Definition at line 2704 of file isl-noexceptions.h.

Constructor & Destructor Documentation

◆ multi_union_pw_aff() [1/8]

isl::multi_union_pw_aff::multi_union_pw_aff ( __isl_take isl_multi_union_pw_aff ptr)
inlineexplicitprotected

Definition at line 13627 of file isl-noexceptions.h.

◆ multi_union_pw_aff() [2/8]

isl::multi_union_pw_aff::multi_union_pw_aff ( )
inline

Definition at line 13618 of file isl-noexceptions.h.

◆ multi_union_pw_aff() [3/8]

isl::multi_union_pw_aff::multi_union_pw_aff ( const multi_union_pw_aff obj)
inline

Definition at line 13621 of file isl-noexceptions.h.

References obj, and ptr.

◆ multi_union_pw_aff() [4/8]

isl::multi_union_pw_aff::multi_union_pw_aff ( isl::multi_pw_aff  mpa)
inline

◆ multi_union_pw_aff() [5/8]

isl::multi_union_pw_aff::multi_union_pw_aff ( isl::union_pw_aff  upa)
inline

◆ multi_union_pw_aff() [6/8]

isl::multi_union_pw_aff::multi_union_pw_aff ( isl::space  space,
isl::union_pw_aff_list  list 
)
inlineexplicit

◆ multi_union_pw_aff() [7/8]

isl::multi_union_pw_aff::multi_union_pw_aff ( isl::union_pw_multi_aff  upma)
inlineexplicit

◆ multi_union_pw_aff() [8/8]

isl::multi_union_pw_aff::multi_union_pw_aff ( isl::ctx  ctx,
const std::string &  str 
)
inlineexplicit

◆ ~multi_union_pw_aff()

isl::multi_union_pw_aff::~multi_union_pw_aff ( )
inline

Definition at line 13665 of file isl-noexceptions.h.

References ptr.

Member Function Documentation

◆ add()

isl::multi_union_pw_aff isl::multi_union_pw_aff::add ( isl::multi_union_pw_aff  multi2) const
inline

Definition at line 13692 of file isl-noexceptions.h.

References copy(), manage, release(), and res.

Referenced by isl::multi_pw_aff::add(), and isl::union_pw_aff::add().

◆ at()

isl::union_pw_aff isl::multi_union_pw_aff::at ( int  pos) const
inline

◆ bind()

isl::union_set isl::multi_union_pw_aff::bind ( isl::multi_id  tuple) const
inline

Definition at line 13709 of file isl-noexceptions.h.

References copy(), isl_multi_union_pw_aff_bind(), manage, res, and tuple.

Referenced by isl::union_pw_aff::bind().

◆ coalesce()

isl::multi_union_pw_aff isl::multi_union_pw_aff::coalesce ( ) const
inline

Definition at line 13715 of file isl-noexceptions.h.

References copy(), isl_multi_union_pw_aff_coalesce(), manage, and res.

◆ copy() [1/2]

__isl_give isl_multi_union_pw_aff * isl::multi_union_pw_aff::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_multi_union_pw_aff * isl::multi_union_pw_aff::copy ( ) const &
inline

◆ ctx()

isl::ctx isl::multi_union_pw_aff::ctx ( ) const
inline

Definition at line 13688 of file isl-noexceptions.h.

References ptr.

Referenced by scale(), scale_down(), and set_range_tuple().

◆ dim()

class size isl::multi_union_pw_aff::dim ( isl::dim  type) const
inline

Definition at line 13721 of file isl-noexceptions.h.

References get(), manage, res, and type.

Referenced by polly::applyFullUnroll(), and isl::union_pw_aff::dim().

◆ domain()

isl::union_set isl::multi_union_pw_aff::domain ( ) const
inline

Definition at line 13727 of file isl-noexceptions.h.

References copy(), isl_multi_union_pw_aff_domain(), manage, and res.

◆ flat_range_product()

isl::multi_union_pw_aff isl::multi_union_pw_aff::flat_range_product ( isl::multi_union_pw_aff  multi2) const
inline

◆ from_union_map()

isl::multi_union_pw_aff isl::multi_union_pw_aff::from_union_map ( isl::union_map  umap)
inlinestatic

◆ get()

__isl_keep isl_multi_union_pw_aff * isl::multi_union_pw_aff::get ( ) const
inline

Definition at line 13674 of file isl-noexceptions.h.

References ptr.

Referenced by at(), dim(), has_range_tuple_id(), involves_nan(), list(), plain_is_equal(), range_tuple_id(), size(), and space().

◆ get_at()

isl::union_pw_aff isl::multi_union_pw_aff::get_at ( int  pos) const
inline

Definition at line 13704 of file isl-noexceptions.h.

References at(), and pos().

◆ get_list()

isl::union_pw_aff_list isl::multi_union_pw_aff::get_list ( ) const
inline

Definition at line 13781 of file isl-noexceptions.h.

References list().

◆ get_range_tuple_id()

isl::id isl::multi_union_pw_aff::get_range_tuple_id ( ) const
inline

Definition at line 13816 of file isl-noexceptions.h.

References range_tuple_id().

◆ get_space()

isl::space isl::multi_union_pw_aff::get_space ( ) const
inline

Definition at line 13902 of file isl-noexceptions.h.

References space().

◆ gist()

isl::multi_union_pw_aff isl::multi_union_pw_aff::gist ( isl::union_set  context) const
inline

Definition at line 13745 of file isl-noexceptions.h.

References context, copy(), isl_multi_union_pw_aff_gist(), manage, and res.

Referenced by isl::multi_pw_aff::gist().

◆ has_range_tuple_id()

boolean isl::multi_union_pw_aff::has_range_tuple_id ( ) const
inline

Definition at line 13751 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by isl::union_pw_aff::has_range_tuple_id().

◆ intersect_domain()

isl::multi_union_pw_aff isl::multi_union_pw_aff::intersect_domain ( isl::union_set  uset) const
inline

◆ intersect_params()

isl::multi_union_pw_aff isl::multi_union_pw_aff::intersect_params ( isl::set  params) const
inline

◆ involves_nan()

boolean isl::multi_union_pw_aff::involves_nan ( ) const
inline

Definition at line 13769 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by isl::union_pw_aff::involves_nan().

◆ is_null()

bool isl::multi_union_pw_aff::is_null ( ) const
inline

Definition at line 13684 of file isl-noexceptions.h.

References ptr.

◆ list()

isl::union_pw_aff_list isl::multi_union_pw_aff::list ( ) const
inline

Definition at line 13775 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by get_list(), isl::union_pw_aff::list(), and multi_union_pw_aff().

◆ neg()

isl::multi_union_pw_aff isl::multi_union_pw_aff::neg ( ) const
inline

Definition at line 13786 of file isl-noexceptions.h.

References copy(), manage, and res.

Referenced by isl::union_pw_aff::neg().

◆ operator=()

multi_union_pw_aff & isl::multi_union_pw_aff::operator= ( multi_union_pw_aff  obj)
inline

Definition at line 13660 of file isl-noexceptions.h.

References obj.

◆ plain_is_equal()

boolean isl::multi_union_pw_aff::plain_is_equal ( const isl::multi_union_pw_aff multi2) const
inline

Definition at line 13792 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by isl::multi_pw_aff::plain_is_equal(), and isl::union_pw_aff::plain_is_equal().

◆ pullback()

isl::multi_union_pw_aff isl::multi_union_pw_aff::pullback ( isl::union_pw_multi_aff  upma) const
inline

◆ range_product()

isl::multi_union_pw_aff isl::multi_union_pw_aff::range_product ( isl::multi_union_pw_aff  multi2) const
inline

◆ range_tuple_id()

isl::id isl::multi_union_pw_aff::range_tuple_id ( ) const
inline

Definition at line 13810 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by get_range_tuple_id(), and isl::union_pw_aff::range_tuple_id().

◆ release()

__isl_give isl_multi_union_pw_aff * isl::multi_union_pw_aff::release ( )
inline

◆ reset_range_tuple_id()

isl::multi_union_pw_aff isl::multi_union_pw_aff::reset_range_tuple_id ( ) const
inline

Definition at line 13821 of file isl-noexceptions.h.

References copy(), manage, and res.

Referenced by isl::union_pw_aff::reset_range_tuple_id().

◆ reset_tuple_id()

isl::multi_union_pw_aff isl::multi_union_pw_aff::reset_tuple_id ( isl::dim  type) const
inline

Definition at line 13827 of file isl-noexceptions.h.

References copy(), manage, res, and type.

Referenced by isl::union_pw_aff::reset_tuple_id().

◆ scale() [1/3]

isl::multi_union_pw_aff isl::multi_union_pw_aff::scale ( isl::multi_val  mv) const
inline

Definition at line 13833 of file isl-noexceptions.h.

References copy(), manage, isl::multi_val::release(), and res.

Referenced by isl::union_pw_aff::scale(), and scale().

◆ scale() [2/3]

isl::multi_union_pw_aff isl::multi_union_pw_aff::scale ( isl::val  v) const
inline

Definition at line 13839 of file isl-noexceptions.h.

References copy(), manage, isl::val::release(), and res.

◆ scale() [3/3]

isl::multi_union_pw_aff isl::multi_union_pw_aff::scale ( long  v) const
inline

Definition at line 13845 of file isl-noexceptions.h.

References ctx(), and scale().

◆ scale_down() [1/3]

isl::multi_union_pw_aff isl::multi_union_pw_aff::scale_down ( isl::multi_val  mv) const
inline

Definition at line 13850 of file isl-noexceptions.h.

References copy(), manage, isl::multi_val::release(), and res.

Referenced by isl::union_pw_aff::scale_down(), and scale_down().

◆ scale_down() [2/3]

isl::multi_union_pw_aff isl::multi_union_pw_aff::scale_down ( isl::val  v) const
inline

Definition at line 13856 of file isl-noexceptions.h.

References copy(), manage, isl::val::release(), and res.

◆ scale_down() [3/3]

isl::multi_union_pw_aff isl::multi_union_pw_aff::scale_down ( long  v) const
inline

Definition at line 13862 of file isl-noexceptions.h.

References ctx(), and scale_down().

◆ set_at()

isl::multi_union_pw_aff isl::multi_union_pw_aff::set_at ( int  pos,
isl::union_pw_aff  el 
) const
inline

◆ set_range_tuple() [1/2]

isl::multi_union_pw_aff isl::multi_union_pw_aff::set_range_tuple ( const std::string &  id) const
inline

Definition at line 13879 of file isl-noexceptions.h.

References ctx(), and set_range_tuple().

◆ set_range_tuple() [2/2]

isl::multi_union_pw_aff isl::multi_union_pw_aff::set_range_tuple ( isl::id  id) const
inline

Definition at line 13873 of file isl-noexceptions.h.

References copy(), manage, release(), and res.

Referenced by isl::union_pw_aff::set_range_tuple(), and set_range_tuple().

◆ set_union_pw_aff()

isl::multi_union_pw_aff isl::multi_union_pw_aff::set_union_pw_aff ( int  pos,
isl::union_pw_aff  el 
) const
inline

◆ size()

class size isl::multi_union_pw_aff::size ( ) const
inline

Definition at line 13890 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by isl::union_pw_aff::size().

◆ space()

isl::space isl::multi_union_pw_aff::space ( ) const
inline

Definition at line 13896 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by get_space().

◆ sub()

isl::multi_union_pw_aff isl::multi_union_pw_aff::sub ( isl::multi_union_pw_aff  multi2) const
inline

Definition at line 13907 of file isl-noexceptions.h.

References copy(), manage, release(), and res.

Referenced by isl::multi_pw_aff::sub(), and isl::union_pw_aff::sub().

◆ union_add()

isl::multi_union_pw_aff isl::multi_union_pw_aff::union_add ( isl::multi_union_pw_aff  mupa2) const
inline

◆ zero()

isl::multi_union_pw_aff isl::multi_union_pw_aff::zero ( isl::space  space)
inlinestatic

Friends And Related Function Documentation

◆ manage

◆ manage_copy

multi_union_pw_aff manage_copy ( __isl_keep isl_multi_union_pw_aff ptr)
friend

Definition at line 13613 of file isl-noexceptions.h.

Member Data Documentation

◆ ptr

isl_multi_union_pw_aff* isl::multi_union_pw_aff::ptr = nullptr
protected

The documentation for this class was generated from the following file: