Polly 23.0.0git
isl::checked::multi_union_pw_aff Class Reference

#include <cpp-checked.h>

Inheritance diagram for isl::checked::multi_union_pw_aff:
[legend]

Public Member Functions

 multi_union_pw_aff ()
 multi_union_pw_aff (const multi_union_pw_aff &obj)
 multi_union_pw_aff (isl::checked::multi_pw_aff mpa)
 multi_union_pw_aff (isl::checked::union_pw_aff upa)
 multi_union_pw_aff (isl::checked::space space, isl::checked::union_pw_aff_list list)
 multi_union_pw_aff (isl::checked::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::checked::ctx ctx () const
isl::checked::multi_union_pw_aff add (isl::checked::multi_union_pw_aff multi2) const
isl::checked::union_pw_aff at (int pos) const
isl::checked::union_pw_aff get_at (int pos) const
isl::checked::union_set bind (isl::checked::multi_id tuple) const
isl::checked::multi_union_pw_aff coalesce () const
isl::checked::union_set domain () const
isl::checked::multi_union_pw_aff flat_range_product (isl::checked::multi_union_pw_aff multi2) const
isl::checked::multi_union_pw_aff gist (isl::checked::union_set context) const
isl::checked::multi_union_pw_aff gist_params (isl::checked::set context) const
boolean has_range_tuple_id () const
isl::checked::multi_union_pw_aff intersect_domain (isl::checked::union_set uset) const
isl::checked::multi_union_pw_aff intersect_params (isl::checked::set params) const
boolean involves_nan () const
isl::checked::union_pw_aff_list list () const
isl::checked::union_pw_aff_list get_list () const
isl::checked::multi_union_pw_aff neg () const
boolean plain_is_equal (const isl::checked::multi_union_pw_aff &multi2) const
isl::checked::multi_union_pw_aff pullback (isl::checked::union_pw_multi_aff upma) const
isl::checked::multi_union_pw_aff range_product (isl::checked::multi_union_pw_aff multi2) const
isl::checked::id range_tuple_id () const
isl::checked::id get_range_tuple_id () const
isl::checked::multi_union_pw_aff reset_range_tuple_id () const
isl::checked::multi_union_pw_aff scale (isl::checked::multi_val mv) const
isl::checked::multi_union_pw_aff scale (isl::checked::val v) const
isl::checked::multi_union_pw_aff scale (long v) const
isl::checked::multi_union_pw_aff scale_down (isl::checked::multi_val mv) const
isl::checked::multi_union_pw_aff scale_down (isl::checked::val v) const
isl::checked::multi_union_pw_aff scale_down (long v) const
isl::checked::multi_union_pw_aff set_at (int pos, isl::checked::union_pw_aff el) const
isl::checked::multi_union_pw_aff set_range_tuple (isl::checked::id id) const
isl::checked::multi_union_pw_aff set_range_tuple (const std::string &id) const
class size size () const
isl::checked::space space () const
isl::checked::space get_space () const
isl::checked::multi_union_pw_aff sub (isl::checked::multi_union_pw_aff multi2) const
isl::checked::multi_union_pw_aff union_add (isl::checked::multi_union_pw_aff mupa2) const

Static Public Member Functions

static isl::checked::multi_union_pw_aff zero (isl::checked::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 2490 of file cpp-checked.h.

Constructor & Destructor Documentation

◆ multi_union_pw_aff() [1/7]

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

Definition at line 12440 of file cpp-checked.h.

References __isl_take, and ptr.

Referenced by copy(), manage, manage_copy, multi_union_pw_aff(), operator=(), and size().

◆ multi_union_pw_aff() [2/7]

isl::multi_union_pw_aff::multi_union_pw_aff ( )
inline

Definition at line 12443 of file cpp-checked.h.

References ptr.

◆ multi_union_pw_aff() [3/7]

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

Definition at line 12446 of file cpp-checked.h.

References multi_union_pw_aff(), obj, and ptr.

◆ multi_union_pw_aff() [4/7]

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

◆ multi_union_pw_aff() [5/7]

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

◆ multi_union_pw_aff() [6/7]

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

Definition at line 12464 of file cpp-checked.h.

References list(), ptr, res, and space().

◆ multi_union_pw_aff() [7/7]

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

Definition at line 12470 of file cpp-checked.h.

References ctx(), isl_multi_union_pw_aff_read_from_str(), ptr, res, and str.

◆ ~multi_union_pw_aff()

isl::multi_union_pw_aff::~multi_union_pw_aff ( )
inline

Definition at line 12481 of file cpp-checked.h.

References ptr.

Member Function Documentation

◆ add()

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

Definition at line 12508 of file cpp-checked.h.

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

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

◆ 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::checked::multi_id tuple) const
inline

Definition at line 12525 of file cpp-checked.h.

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

Referenced by isl::checked::union_pw_aff::bind(), and copy().

◆ coalesce()

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

Definition at line 12531 of file cpp-checked.h.

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

Referenced by copy().

◆ copy() [1/2]

◆ copy() [2/2]

◆ ctx()

◆ domain()

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

Definition at line 12537 of file cpp-checked.h.

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

Referenced by copy().

◆ flat_range_product()

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

◆ get()

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

◆ get_at()

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

Definition at line 12520 of file cpp-checked.h.

References at(), and pos().

Referenced by copy().

◆ get_list()

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

Definition at line 12591 of file cpp-checked.h.

References list().

Referenced by copy().

◆ get_range_tuple_id()

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

Definition at line 12626 of file cpp-checked.h.

References range_tuple_id().

Referenced by copy().

◆ get_space()

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

Definition at line 12700 of file cpp-checked.h.

References space().

Referenced by copy().

◆ gist()

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

Definition at line 12549 of file cpp-checked.h.

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

Referenced by copy(), and isl::checked::multi_pw_aff::gist().

◆ gist_params()

isl::multi_union_pw_aff isl::multi_union_pw_aff::gist_params ( isl::checked::set context) const
inline

◆ has_range_tuple_id()

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

Definition at line 12561 of file cpp-checked.h.

References get(), manage, and res.

Referenced by copy(), and isl::checked::union_pw_aff::has_range_tuple_id().

◆ intersect_domain()

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

◆ intersect_params()

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

Definition at line 12573 of file cpp-checked.h.

References copy(), isl_multi_union_pw_aff_intersect_params(), manage, params, and res.

Referenced by copy().

◆ involves_nan()

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

Definition at line 12579 of file cpp-checked.h.

References get(), manage, and res.

Referenced by copy(), and isl::checked::union_pw_aff::involves_nan().

◆ is_null()

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

Definition at line 12500 of file cpp-checked.h.

References ptr.

Referenced by copy().

◆ list()

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

Definition at line 12585 of file cpp-checked.h.

References get(), manage, and res.

Referenced by copy(), get_list(), isl::checked::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 12596 of file cpp-checked.h.

References copy(), manage, and res.

Referenced by copy(), and isl::checked::union_pw_aff::neg().

◆ operator=()

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

Definition at line 12476 of file cpp-checked.h.

References multi_union_pw_aff(), and obj.

◆ plain_is_equal()

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

◆ pullback()

◆ range_product()

isl::multi_union_pw_aff isl::multi_union_pw_aff::range_product ( isl::checked::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 12620 of file cpp-checked.h.

References get(), manage, and res.

Referenced by copy(), get_range_tuple_id(), and isl::checked::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 12631 of file cpp-checked.h.

References copy(), manage, and res.

Referenced by copy(), and isl::checked::union_pw_aff::reset_range_tuple_id().

◆ scale() [1/3]

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

◆ scale() [2/3]

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

Definition at line 12643 of file cpp-checked.h.

References copy(), manage, isl::checked::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 12649 of file cpp-checked.h.

References ctx(), and scale().

◆ scale_down() [1/3]

◆ scale_down() [2/3]

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

Definition at line 12660 of file cpp-checked.h.

References copy(), manage, isl::checked::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 12666 of file cpp-checked.h.

References ctx(), and scale_down().

◆ set_at()

isl::multi_union_pw_aff isl::multi_union_pw_aff::set_at ( int pos,
isl::checked::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 12683 of file cpp-checked.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::checked::id id) const
inline

Definition at line 12677 of file cpp-checked.h.

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

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

◆ size()

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

◆ space()

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

Definition at line 12694 of file cpp-checked.h.

References get(), manage, and res.

Referenced by copy(), get_space(), multi_union_pw_aff(), and zero().

◆ sub()

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

Definition at line 12705 of file cpp-checked.h.

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

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

◆ union_add()

◆ zero()

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

Definition at line 12717 of file cpp-checked.h.

References isl_multi_union_pw_aff_zero(), manage, res, and space().

Referenced by copy().

◆ manage

◆ manage_copy

Definition at line 12435 of file cpp-checked.h.

References __isl_keep, multi_union_pw_aff(), and ptr.

Referenced by copy().

Member Data Documentation

◆ ptr


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