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

#include <cpp-checked.h>

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

Public Member Functions

 pw_aff ()
 pw_aff (const pw_aff &obj)
 pw_aff (isl::checked::aff aff)
 pw_aff (isl::checked::ctx ctx, const std::string &str)
pw_affoperator= (pw_aff obj)
 ~pw_aff ()
__isl_give isl_pw_affcopy () const &
__isl_give isl_pw_affcopy () &&=delete
__isl_keep isl_pw_affget () const
__isl_give isl_pw_affrelease ()
bool is_null () const
isl::checked::ctx ctx () const
isl::checked::multi_pw_aff add (const isl::checked::multi_pw_aff &multi2) const
isl::checked::multi_union_pw_aff add (const isl::checked::multi_union_pw_aff &multi2) const
isl::checked::pw_aff add (isl::checked::pw_aff pwaff2) const
isl::checked::pw_multi_aff add (const isl::checked::pw_multi_aff &pma2) const
isl::checked::union_pw_aff add (const isl::checked::union_pw_aff &upa2) const
isl::checked::union_pw_multi_aff add (const isl::checked::union_pw_multi_aff &upma2) const
isl::checked::pw_aff add (const isl::checked::aff &pwaff2) const
isl::checked::pw_aff add_constant (isl::checked::val v) const
isl::checked::pw_aff add_constant (long v) const
isl::checked::pw_multi_aff add_constant (const isl::checked::multi_val &mv) const
isl::checked::union_pw_multi_aff apply (const isl::checked::union_pw_multi_aff &upma2) const
isl::checked::aff as_aff () const
isl::checked::map as_map () const
isl::checked::multi_aff as_multi_aff () const
isl::checked::multi_union_pw_aff as_multi_union_pw_aff () const
isl::checked::pw_multi_aff as_pw_multi_aff () const
isl::checked::set as_set () const
isl::checked::union_map as_union_map () const
isl::checked::pw_aff at (int pos) const
isl::checked::set bind (const isl::checked::multi_id &tuple) const
isl::checked::set bind (isl::checked::id id) const
isl::checked::set bind (const std::string &id) const
isl::checked::pw_aff bind_domain (isl::checked::multi_id tuple) const
isl::checked::pw_aff bind_domain_wrapped_domain (isl::checked::multi_id tuple) const
isl::checked::pw_aff ceil () const
isl::checked::pw_aff coalesce () const
isl::checked::pw_aff cond (isl::checked::pw_aff pwaff_true, isl::checked::pw_aff pwaff_false) const
isl::checked::pw_aff div (isl::checked::pw_aff pa2) const
isl::checked::set domain () const
isl::checked::pw_aff domain_reverse () const
isl::checked::pw_aff drop_unused_params () const
isl::checked::set eq_set (isl::checked::pw_aff pwaff2) const
isl::checked::val eval (isl::checked::point pnt) const
isl::checked::pw_multi_aff extract_pw_multi_aff (const isl::checked::space &space) const
isl::checked::multi_pw_aff flat_range_product (const isl::checked::multi_pw_aff &multi2) const
isl::checked::multi_union_pw_aff flat_range_product (const isl::checked::multi_union_pw_aff &multi2) const
isl::checked::pw_multi_aff flat_range_product (const isl::checked::pw_multi_aff &pma2) const
isl::checked::union_pw_multi_aff flat_range_product (const isl::checked::union_pw_multi_aff &upma2) const
isl::checked::pw_aff floor () const
stat foreach_piece (const std::function< stat(isl::checked::set, isl::checked::multi_aff)> &fn) const
isl::checked::set ge_set (isl::checked::pw_aff pwaff2) const
isl::checked::pw_aff gist (isl::checked::set context) const
isl::checked::union_pw_aff gist (const isl::checked::union_set &context) const
isl::checked::pw_aff gist (const isl::checked::basic_set &context) const
isl::checked::pw_aff gist (const isl::checked::point &context) const
isl::checked::pw_aff gist_params (isl::checked::set context) const
isl::checked::set gt_set (isl::checked::pw_aff pwaff2) const
boolean has_range_tuple_id () const
isl::checked::multi_pw_aff identity () const
isl::checked::pw_aff insert_domain (isl::checked::space domain) const
isl::checked::pw_aff intersect_domain (isl::checked::set set) const
isl::checked::union_pw_aff intersect_domain (const isl::checked::space &space) const
isl::checked::union_pw_aff intersect_domain (const isl::checked::union_set &uset) const
isl::checked::pw_aff intersect_domain (const isl::checked::basic_set &set) const
isl::checked::pw_aff intersect_domain (const isl::checked::point &set) const
isl::checked::union_pw_aff intersect_domain_wrapped_domain (const isl::checked::union_set &uset) const
isl::checked::union_pw_aff intersect_domain_wrapped_range (const isl::checked::union_set &uset) const
isl::checked::pw_aff intersect_params (isl::checked::set set) const
boolean involves_locals () const
boolean involves_nan () const
boolean involves_param (const isl::checked::id &id) const
boolean involves_param (const std::string &id) const
boolean involves_param (const isl::checked::id_list &list) const
boolean isa_aff () const
boolean isa_multi_aff () const
boolean isa_pw_multi_aff () const
isl::checked::set le_set (isl::checked::pw_aff pwaff2) const
isl::checked::pw_aff_list list () const
isl::checked::set lt_set (isl::checked::pw_aff pwaff2) const
isl::checked::multi_pw_aff max (const isl::checked::multi_pw_aff &multi2) const
isl::checked::pw_aff max (isl::checked::pw_aff pwaff2) const
isl::checked::pw_aff max (const isl::checked::aff &pwaff2) const
isl::checked::multi_val max_multi_val () const
isl::checked::val max_val () const
isl::checked::multi_pw_aff min (const isl::checked::multi_pw_aff &multi2) const
isl::checked::pw_aff min (isl::checked::pw_aff pwaff2) const
isl::checked::pw_aff min (const isl::checked::aff &pwaff2) const
isl::checked::multi_val min_multi_val () const
isl::checked::val min_val () const
isl::checked::pw_aff mod (isl::checked::val mod) const
isl::checked::pw_aff mod (long mod) const
isl::checked::pw_aff mul (isl::checked::pw_aff pwaff2) const
class size n_piece () const
isl::checked::set ne_set (isl::checked::pw_aff pwaff2) const
isl::checked::pw_aff neg () const
isl::checked::set params () const
boolean plain_is_empty () const
boolean plain_is_equal (const isl::checked::multi_pw_aff &multi2) const
boolean plain_is_equal (const isl::checked::multi_union_pw_aff &multi2) const
boolean plain_is_equal (const isl::checked::pw_aff &pwaff2) const
boolean plain_is_equal (const isl::checked::pw_multi_aff &pma2) const
boolean plain_is_equal (const isl::checked::union_pw_aff &upa2) const
boolean plain_is_equal (const isl::checked::union_pw_multi_aff &upma2) const
boolean plain_is_equal (const isl::checked::aff &pwaff2) const
isl::checked::pw_multi_aff preimage_domain_wrapped_domain (const isl::checked::pw_multi_aff &pma2) const
isl::checked::union_pw_multi_aff preimage_domain_wrapped_domain (const isl::checked::union_pw_multi_aff &upma2) const
isl::checked::multi_pw_aff product (const isl::checked::multi_pw_aff &multi2) const
isl::checked::pw_multi_aff product (const isl::checked::pw_multi_aff &pma2) const
isl::checked::pw_aff pullback (isl::checked::multi_aff ma) const
isl::checked::pw_aff pullback (isl::checked::multi_pw_aff mpa) const
isl::checked::pw_aff pullback (isl::checked::pw_multi_aff pma) const
isl::checked::union_pw_aff pullback (const isl::checked::union_pw_multi_aff &upma) const
isl::checked::pw_multi_aff_list pw_multi_aff_list () const
isl::checked::pw_multi_aff range_factor_domain () const
isl::checked::pw_multi_aff range_factor_range () const
isl::checked::multi_pw_aff range_product (const isl::checked::multi_pw_aff &multi2) const
isl::checked::multi_union_pw_aff range_product (const isl::checked::multi_union_pw_aff &multi2) const
isl::checked::pw_multi_aff range_product (const isl::checked::pw_multi_aff &pma2) const
isl::checked::union_pw_multi_aff range_product (const isl::checked::union_pw_multi_aff &upma2) const
isl::checked::id range_tuple_id () const
isl::checked::multi_pw_aff reset_range_tuple_id () const
isl::checked::pw_aff scale (isl::checked::val v) const
isl::checked::pw_aff scale (long v) const
isl::checked::pw_multi_aff scale (const isl::checked::multi_val &mv) const
isl::checked::pw_aff scale_down (isl::checked::val f) const
isl::checked::pw_aff scale_down (long f) const
isl::checked::pw_multi_aff scale_down (const isl::checked::multi_val &mv) const
isl::checked::multi_pw_aff set_at (int pos, const isl::checked::pw_aff &el) const
isl::checked::multi_union_pw_aff set_at (int pos, const isl::checked::union_pw_aff &el) const
isl::checked::pw_multi_aff set_range_tuple (const isl::checked::id &id) const
isl::checked::pw_multi_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_pw_aff sub (const isl::checked::multi_pw_aff &multi2) const
isl::checked::multi_union_pw_aff sub (const isl::checked::multi_union_pw_aff &multi2) const
isl::checked::pw_aff sub (isl::checked::pw_aff pwaff2) const
isl::checked::pw_multi_aff sub (const isl::checked::pw_multi_aff &pma2) const
isl::checked::union_pw_aff sub (const isl::checked::union_pw_aff &upa2) const
isl::checked::union_pw_multi_aff sub (const isl::checked::union_pw_multi_aff &upma2) const
isl::checked::pw_aff sub (const isl::checked::aff &pwaff2) const
isl::checked::pw_aff subtract_domain (isl::checked::set set) const
isl::checked::union_pw_aff subtract_domain (const isl::checked::space &space) const
isl::checked::union_pw_aff subtract_domain (const isl::checked::union_set &uset) const
isl::checked::pw_aff subtract_domain (const isl::checked::basic_set &set) const
isl::checked::pw_aff subtract_domain (const isl::checked::point &set) const
isl::checked::pw_aff tdiv_q (isl::checked::pw_aff pa2) const
isl::checked::pw_aff tdiv_r (isl::checked::pw_aff pa2) const
isl::checked::pw_aff_list to_list () const
isl::checked::multi_pw_aff to_multi_pw_aff () const
isl::checked::union_pw_aff to_union_pw_aff () const
isl::checked::union_pw_multi_aff to_union_pw_multi_aff () const
isl::checked::multi_pw_aff unbind_params_insert_domain (const isl::checked::multi_id &domain) const
isl::checked::multi_pw_aff union_add (const isl::checked::multi_pw_aff &mpa2) const
isl::checked::multi_union_pw_aff union_add (const isl::checked::multi_union_pw_aff &mupa2) const
isl::checked::pw_aff union_add (isl::checked::pw_aff pwaff2) const
isl::checked::pw_multi_aff union_add (const isl::checked::pw_multi_aff &pma2) const
isl::checked::union_pw_aff union_add (const isl::checked::union_pw_aff &upa2) const
isl::checked::union_pw_multi_aff union_add (const isl::checked::union_pw_multi_aff &upma2) const
isl::checked::pw_aff union_add (const isl::checked::aff &pwaff2) const

Static Public Member Functions

static isl::checked::pw_aff param_on_domain (isl::checked::set domain, isl::checked::id id)

Protected Member Functions

 pw_aff (__isl_take isl_pw_aff *ptr)

Protected Attributes

isl_pw_affptr = nullptr

Friends

pw_aff manage (__isl_take isl_pw_aff *ptr)
pw_aff manage_copy (__isl_keep isl_pw_aff *ptr)

Detailed Description

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

Constructor & Destructor Documentation

◆ pw_aff() [1/5]

isl::pw_aff::pw_aff ( __isl_take isl_pw_aff * ptr)
inlineexplicitprotected

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

References __isl_take, and ptr.

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

◆ pw_aff() [2/5]

isl::pw_aff::pw_aff ( )
inline

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

References ptr.

◆ pw_aff() [3/5]

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

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

References obj, ptr, and pw_aff().

◆ pw_aff() [4/5]

isl::pw_aff::pw_aff ( isl::checked::aff aff)
inline

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

References isl_pw_aff_from_aff(), ptr, isl::checked::aff::release(), and res.

◆ pw_aff() [5/5]

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

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

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

◆ ~pw_aff()

isl::pw_aff::~pw_aff ( )
inline

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

References isl_pw_aff_free(), and ptr.

Member Function Documentation

◆ add() [1/7]

isl::pw_aff isl::pw_aff::add ( const isl::checked::aff & pwaff2) const
inline

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

References add().

◆ add() [2/7]

◆ add() [3/7]

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

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

References isl::checked::union_pw_aff::add().

◆ add() [4/7]

isl::pw_multi_aff isl::pw_aff::add ( const isl::checked::pw_multi_aff & pma2) const
inline

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

References isl::checked::pw_multi_aff::add().

◆ add() [5/7]

isl::union_pw_aff isl::pw_aff::add ( const isl::checked::union_pw_aff & upa2) const
inline

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

References isl::checked::union_pw_aff::add().

◆ add() [6/7]

isl::union_pw_multi_aff isl::pw_aff::add ( const isl::checked::union_pw_multi_aff & upma2) const
inline

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

References isl::checked::union_pw_aff::add().

◆ add() [7/7]

isl::pw_aff isl::pw_aff::add ( isl::checked::pw_aff pwaff2) const
inline

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

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

◆ add_constant() [1/3]

isl::pw_multi_aff isl::pw_aff::add_constant ( const isl::checked::multi_val & mv) const
inline

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

References isl::checked::pw_multi_aff::add_constant().

◆ add_constant() [2/3]

isl::pw_aff isl::pw_aff::add_constant ( isl::checked::val v) const
inline

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

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

Referenced by add_constant(), and copy().

◆ add_constant() [3/3]

isl::pw_aff isl::pw_aff::add_constant ( long v) const
inline

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

References add_constant(), and ctx().

◆ apply()

isl::union_pw_multi_aff isl::pw_aff::apply ( const isl::checked::union_pw_multi_aff & upma2) const
inline

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

References isl::checked::union_pw_aff::apply().

Referenced by isl::checked::aff::apply(), and copy().

◆ as_aff()

isl::aff isl::pw_aff::as_aff ( ) const
inline

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

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

Referenced by isl::checked::aff::as_aff(), and copy().

◆ as_map()

isl::map isl::pw_aff::as_map ( ) const
inline

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

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

Referenced by isl::checked::aff::as_map(), and copy().

◆ as_multi_aff()

isl::multi_aff isl::pw_aff::as_multi_aff ( ) const
inline

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

References isl::checked::pw_multi_aff::as_multi_aff().

Referenced by isl::checked::aff::as_multi_aff(), and copy().

◆ as_multi_union_pw_aff()

isl::multi_union_pw_aff isl::pw_aff::as_multi_union_pw_aff ( ) const
inline

◆ as_pw_multi_aff()

isl::pw_multi_aff isl::pw_aff::as_pw_multi_aff ( ) const
inline

◆ as_set()

isl::set isl::pw_aff::as_set ( ) const
inline

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

References isl::checked::pw_multi_aff::as_set().

Referenced by copy().

◆ as_union_map()

isl::union_map isl::pw_aff::as_union_map ( ) const
inline

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

References isl::checked::union_pw_aff::as_union_map().

Referenced by isl::checked::aff::as_union_map(), and copy().

◆ at()

isl::pw_aff isl::pw_aff::at ( int pos) const
inline

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

References isl::checked::pw_multi_aff::at(), and pos().

Referenced by copy().

◆ bind() [1/3]

isl::set isl::pw_aff::bind ( const isl::checked::multi_id & tuple) const
inline

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

References isl::checked::multi_pw_aff::bind(), and tuple.

Referenced by bind(), and copy().

◆ bind() [2/3]

isl::set isl::pw_aff::bind ( const std::string & id) const
inline

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

References bind(), and ctx().

◆ bind() [3/3]

isl::set isl::pw_aff::bind ( isl::checked::id id) const
inline

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

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

◆ bind_domain()

isl::pw_aff isl::pw_aff::bind_domain ( isl::checked::multi_id tuple) const
inline

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

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

Referenced by isl::checked::aff::bind_domain(), and copy().

◆ bind_domain_wrapped_domain()

isl::pw_aff isl::pw_aff::bind_domain_wrapped_domain ( isl::checked::multi_id tuple) const
inline

◆ ceil()

isl::pw_aff isl::pw_aff::ceil ( ) const
inline

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

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

Referenced by copy().

◆ coalesce()

isl::pw_aff isl::pw_aff::coalesce ( ) const
inline

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

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

Referenced by isl::checked::aff::coalesce(), and copy().

◆ cond()

isl::pw_aff isl::pw_aff::cond ( isl::checked::pw_aff pwaff_true,
isl::checked::pw_aff pwaff_false ) const
inline

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

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

Referenced by isl::checked::aff::cond(), and copy().

◆ copy() [1/2]

__isl_give isl_pw_aff * isl::checked::pw_aff::copy ( ) &&
inlinedelete

◆ copy() [2/2]

◆ ctx()

◆ div()

isl::pw_aff isl::pw_aff::div ( isl::checked::pw_aff pa2) const
inline

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

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

Referenced by polly::applyPartialUnroll(), copy(), and isl::checked::aff::div().

◆ domain()

◆ domain_reverse()

isl::pw_aff isl::pw_aff::domain_reverse ( ) const
inline

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

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

Referenced by copy().

◆ drop_unused_params()

isl::pw_aff isl::pw_aff::drop_unused_params ( ) const
inline

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

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

Referenced by copy(), and isl::checked::aff::drop_unused_params().

◆ eq_set()

isl::set isl::pw_aff::eq_set ( isl::checked::pw_aff pwaff2) const
inline

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

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

Referenced by buildConditionSet(), copy(), and isl::checked::aff::eq_set().

◆ eval()

isl::val isl::pw_aff::eval ( isl::checked::point pnt) const
inline

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

References copy(), isl_pw_aff_eval(), manage, isl::checked::point::release(), and res.

Referenced by copy().

◆ extract_pw_multi_aff()

isl::pw_multi_aff isl::pw_aff::extract_pw_multi_aff ( const isl::checked::space & space) const
inline

◆ flat_range_product() [1/4]

◆ flat_range_product() [2/4]

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

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

References isl::checked::union_pw_aff::flat_range_product().

◆ flat_range_product() [3/4]

isl::pw_multi_aff isl::pw_aff::flat_range_product ( const isl::checked::pw_multi_aff & pma2) const
inline

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

References isl::checked::pw_multi_aff::flat_range_product().

◆ flat_range_product() [4/4]

isl::union_pw_multi_aff isl::pw_aff::flat_range_product ( const isl::checked::union_pw_multi_aff & upma2) const
inline

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

References isl::checked::union_pw_aff::flat_range_product().

◆ floor()

isl::pw_aff isl::pw_aff::floor ( ) const
inline

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

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

Referenced by polly::applyPartialUnroll(), and copy().

◆ foreach_piece()

stat isl::checked::pw_aff::foreach_piece ( const std::function< stat(isl::checked::set, isl::checked::multi_aff)> & fn) const
inline

◆ ge_set()

isl::set isl::pw_aff::ge_set ( isl::checked::pw_aff pwaff2) const
inline

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

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

Referenced by buildConditionSet(), copy(), and isl::checked::aff::ge_set().

◆ get()

◆ get_space()

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

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

References space().

Referenced by polly::applyPartialUnroll(), copy(), and polly::MemoryAccess::foldAccessRelation().

◆ gist() [1/4]

isl::pw_aff isl::pw_aff::gist ( const isl::checked::basic_set & context) const
inline

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

References context, and gist.

◆ gist() [2/4]

isl::pw_aff isl::pw_aff::gist ( const isl::checked::point & context) const
inline

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

References context, and gist.

◆ gist() [3/4]

isl::union_pw_aff isl::pw_aff::gist ( const isl::checked::union_set & context) const
inline

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

References context, and isl::checked::union_pw_aff::gist().

◆ gist() [4/4]

isl::pw_aff isl::pw_aff::gist ( isl::checked::set context) const
inline

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

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

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

◆ gist_params()

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

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

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

Referenced by copy().

◆ gt_set()

isl::set isl::pw_aff::gt_set ( isl::checked::pw_aff pwaff2) const
inline

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

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

Referenced by buildConditionSet(), copy(), and isl::checked::aff::gt_set().

◆ has_range_tuple_id()

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

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

References isl::checked::pw_multi_aff::has_range_tuple_id().

Referenced by copy().

◆ identity()

isl::multi_pw_aff isl::pw_aff::identity ( ) const
inline

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

References isl::checked::pw_multi_aff::identity().

Referenced by copy().

◆ insert_domain()

isl::pw_aff isl::pw_aff::insert_domain ( isl::checked::space domain) const
inline

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

References copy(), domain(), isl_pw_aff_insert_domain(), manage, and res.

Referenced by copy(), and isl::checked::aff::insert_domain().

◆ intersect_domain() [1/5]

isl::pw_aff isl::pw_aff::intersect_domain ( const isl::checked::basic_set & set) const
inline

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

References intersect_domain().

◆ intersect_domain() [2/5]

isl::pw_aff isl::pw_aff::intersect_domain ( const isl::checked::point & set) const
inline

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

References intersect_domain().

◆ intersect_domain() [3/5]

isl::union_pw_aff isl::pw_aff::intersect_domain ( const isl::checked::space & space) const
inline

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

References isl::checked::union_pw_aff::intersect_domain(), and space().

◆ intersect_domain() [4/5]

isl::union_pw_aff isl::pw_aff::intersect_domain ( const isl::checked::union_set & uset) const
inline

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

References isl::checked::union_pw_aff::intersect_domain().

◆ intersect_domain() [5/5]

◆ intersect_domain_wrapped_domain()

isl::union_pw_aff isl::pw_aff::intersect_domain_wrapped_domain ( const isl::checked::union_set & uset) const
inline

◆ intersect_domain_wrapped_range()

isl::union_pw_aff isl::pw_aff::intersect_domain_wrapped_range ( const isl::checked::union_set & uset) const
inline

◆ intersect_params()

isl::pw_aff isl::pw_aff::intersect_params ( isl::checked::set set) const
inline

◆ involves_locals()

boolean isl::pw_aff::involves_locals ( ) const
inline

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

References isl::checked::pw_multi_aff::involves_locals().

Referenced by copy().

◆ involves_nan()

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

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

References isl::checked::multi_pw_aff::involves_nan().

Referenced by copy().

◆ involves_param() [1/3]

boolean isl::pw_aff::involves_param ( const isl::checked::id & id) const
inline

◆ involves_param() [2/3]

boolean isl::pw_aff::involves_param ( const isl::checked::id_list & list) const
inline

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

References isl::checked::pw_multi_aff::involves_param(), and list().

◆ involves_param() [3/3]

boolean isl::pw_aff::involves_param ( const std::string & id) const
inline

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

References ctx(), and involves_param().

◆ is_null()

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

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

References ptr.

Referenced by cbPrintFor(), and copy().

◆ isa_aff()

boolean isl::pw_aff::isa_aff ( ) const
inline

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

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

Referenced by copy(), and isl::checked::aff::isa_aff().

◆ isa_multi_aff()

boolean isl::pw_aff::isa_multi_aff ( ) const
inline

◆ isa_pw_multi_aff()

boolean isl::pw_aff::isa_pw_multi_aff ( ) const
inline

◆ le_set()

isl::set isl::pw_aff::le_set ( isl::checked::pw_aff pwaff2) const
inline

◆ list()

isl::pw_aff_list isl::pw_aff::list ( ) const
inline

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

References isl::checked::multi_pw_aff::list().

Referenced by copy(), and involves_param().

◆ lt_set()

isl::set isl::pw_aff::lt_set ( isl::checked::pw_aff pwaff2) const
inline

◆ max() [1/3]

isl::pw_aff isl::pw_aff::max ( const isl::checked::aff & pwaff2) const
inline

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

References max().

◆ max() [2/3]

isl::multi_pw_aff isl::pw_aff::max ( const isl::checked::multi_pw_aff & multi2) const
inline

◆ max() [3/3]

isl::pw_aff isl::pw_aff::max ( isl::checked::pw_aff pwaff2) const
inline

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

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

◆ max_multi_val()

isl::multi_val isl::pw_aff::max_multi_val ( ) const
inline

◆ max_val()

isl::val isl::pw_aff::max_val ( ) const
inline

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

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

Referenced by copy(), and isl::checked::aff::max_val().

◆ min() [1/3]

isl::pw_aff isl::pw_aff::min ( const isl::checked::aff & pwaff2) const
inline

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

References min().

◆ min() [2/3]

isl::multi_pw_aff isl::pw_aff::min ( const isl::checked::multi_pw_aff & multi2) const
inline

◆ min() [3/3]

isl::pw_aff isl::pw_aff::min ( isl::checked::pw_aff pwaff2) const
inline

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

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

◆ min_multi_val()

isl::multi_val isl::pw_aff::min_multi_val ( ) const
inline

◆ min_val()

isl::val isl::pw_aff::min_val ( ) const
inline

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

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

Referenced by copy(), and isl::checked::aff::min_val().

◆ mod() [1/2]

isl::pw_aff isl::pw_aff::mod ( isl::checked::val mod) const
inline

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

References copy(), isl_pw_aff_mod_val(), manage, mod(), and res.

Referenced by copy(), mod(), and mod().

◆ mod() [2/2]

isl::pw_aff isl::pw_aff::mod ( long mod) const
inline

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

References ctx(), and mod().

◆ mul()

◆ n_piece()

class size isl::pw_aff::n_piece ( ) const
inline

◆ ne_set()

isl::set isl::pw_aff::ne_set ( isl::checked::pw_aff pwaff2) const
inline

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

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

Referenced by buildConditionSet(), copy(), and isl::checked::aff::ne_set().

◆ neg()

isl::pw_aff isl::pw_aff::neg ( ) const
inline

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

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

Referenced by copy().

◆ operator=()

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

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

References obj, and pw_aff().

◆ param_on_domain()

isl::pw_aff isl::pw_aff::param_on_domain ( isl::checked::set domain,
isl::checked::id id )
inlinestatic

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

References domain(), isl_pw_aff_param_on_domain_id(), manage, and res.

Referenced by copy().

◆ params()

isl::set isl::pw_aff::params ( ) const
inline

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

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

Referenced by copy(), and isl::checked::aff::params().

◆ plain_is_empty()

boolean isl::pw_aff::plain_is_empty ( ) const
inline

◆ plain_is_equal() [1/7]

bool isl::pw_aff::plain_is_equal ( const isl::checked::aff & pwaff2) const
inline

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

References plain_is_equal().

◆ plain_is_equal() [2/7]

◆ plain_is_equal() [3/7]

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

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

References isl::checked::union_pw_aff::plain_is_equal().

◆ plain_is_equal() [4/7]

bool isl::pw_aff::plain_is_equal ( const isl::checked::pw_aff & pwaff2) const
inline

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

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

◆ plain_is_equal() [5/7]

bool isl::pw_aff::plain_is_equal ( const isl::checked::pw_multi_aff & pma2) const
inline

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

References isl::checked::pw_multi_aff::plain_is_equal().

◆ plain_is_equal() [6/7]

bool isl::pw_aff::plain_is_equal ( const isl::checked::union_pw_aff & upa2) const
inline

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

References isl::checked::union_pw_aff::plain_is_equal().

◆ plain_is_equal() [7/7]

bool isl::pw_aff::plain_is_equal ( const isl::checked::union_pw_multi_aff & upma2) const
inline

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

References isl::checked::union_pw_aff::plain_is_equal().

◆ preimage_domain_wrapped_domain() [1/2]

◆ preimage_domain_wrapped_domain() [2/2]

isl::union_pw_multi_aff isl::pw_aff::preimage_domain_wrapped_domain ( const isl::checked::union_pw_multi_aff & upma2) const
inline

◆ product() [1/2]

isl::multi_pw_aff isl::pw_aff::product ( const isl::checked::multi_pw_aff & multi2) const
inline

◆ product() [2/2]

isl::pw_multi_aff isl::pw_aff::product ( const isl::checked::pw_multi_aff & pma2) const
inline

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

References isl::checked::pw_multi_aff::product().

◆ pullback() [1/4]

isl::union_pw_aff isl::pw_aff::pullback ( const isl::checked::union_pw_multi_aff & upma) const
inline

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

References isl::checked::union_pw_aff::pullback().

◆ pullback() [2/4]

◆ pullback() [3/4]

isl::pw_aff isl::pw_aff::pullback ( isl::checked::multi_pw_aff mpa) const
inline

◆ pullback() [4/4]

isl::pw_aff isl::pw_aff::pullback ( isl::checked::pw_multi_aff pma) const
inline

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

References copy(), isl_pw_aff_pullback_pw_multi_aff(), manage, pma, and res.

◆ pw_multi_aff_list()

isl::pw_multi_aff_list isl::pw_aff::pw_multi_aff_list ( ) const
inline

◆ range_factor_domain()

isl::pw_multi_aff isl::pw_aff::range_factor_domain ( ) const
inline

◆ range_factor_range()

isl::pw_multi_aff isl::pw_aff::range_factor_range ( ) const
inline

◆ range_product() [1/4]

◆ range_product() [2/4]

isl::multi_union_pw_aff isl::pw_aff::range_product ( const isl::checked::multi_union_pw_aff & multi2) const
inline

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

References isl::checked::union_pw_aff::range_product().

◆ range_product() [3/4]

isl::pw_multi_aff isl::pw_aff::range_product ( const isl::checked::pw_multi_aff & pma2) const
inline

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

References isl::checked::pw_multi_aff::range_product().

◆ range_product() [4/4]

isl::union_pw_multi_aff isl::pw_aff::range_product ( const isl::checked::union_pw_multi_aff & upma2) const
inline

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

References isl::checked::union_pw_aff::range_product().

◆ range_tuple_id()

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

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

References isl::checked::pw_multi_aff::range_tuple_id().

Referenced by copy().

◆ release()

◆ reset_range_tuple_id()

isl::multi_pw_aff isl::pw_aff::reset_range_tuple_id ( ) const
inline

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

References isl::checked::multi_pw_aff::reset_range_tuple_id().

Referenced by copy().

◆ scale() [1/3]

isl::multi_pw_aff isl::pw_aff::scale ( const isl::checked::multi_val & mv) const
inline

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

References isl::checked::pw_multi_aff::scale().

◆ scale() [2/3]

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

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

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

Referenced by copy(), and scale().

◆ scale() [3/3]

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

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

References ctx(), and scale().

◆ scale_down() [1/3]

isl::multi_pw_aff isl::pw_aff::scale_down ( const isl::checked::multi_val & mv) const
inline

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

References isl::checked::pw_multi_aff::scale_down().

◆ scale_down() [2/3]

isl::pw_aff isl::pw_aff::scale_down ( isl::checked::val f) const
inline

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

References copy(), f, isl_pw_aff_scale_down_val(), manage, and res.

Referenced by copy(), and scale_down().

◆ scale_down() [3/3]

isl::pw_aff isl::pw_aff::scale_down ( long f) const
inline

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

References ctx(), f, and scale_down().

◆ set_at() [1/2]

isl::multi_pw_aff isl::pw_aff::set_at ( int pos,
const isl::checked::pw_aff & el ) const
inline

◆ set_at() [2/2]

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

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

References pos(), and isl::checked::union_pw_aff::set_at().

◆ set_range_tuple() [1/2]

isl::pw_multi_aff isl::pw_aff::set_range_tuple ( const isl::checked::id & id) const
inline

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

References isl::checked::pw_multi_aff::set_range_tuple().

Referenced by copy(), and set_range_tuple().

◆ set_range_tuple() [2/2]

isl::pw_multi_aff isl::pw_aff::set_range_tuple ( const std::string & id) const
inline

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

References ctx(), and set_range_tuple().

◆ size()

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

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

References pw_aff(), isl::checked::multi_pw_aff::size(), and size().

Referenced by copy(), n_piece(), and size().

◆ space()

isl::space isl::pw_aff::space ( ) const
inline

◆ sub() [1/7]

isl::pw_aff isl::pw_aff::sub ( const isl::checked::aff & pwaff2) const
inline

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

References sub().

◆ sub() [2/7]

◆ sub() [3/7]

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

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

References isl::checked::union_pw_aff::sub().

◆ sub() [4/7]

isl::pw_multi_aff isl::pw_aff::sub ( const isl::checked::pw_multi_aff & pma2) const
inline

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

References isl::checked::pw_multi_aff::sub().

◆ sub() [5/7]

isl::union_pw_aff isl::pw_aff::sub ( const isl::checked::union_pw_aff & upa2) const
inline

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

References isl::checked::union_pw_aff::sub().

◆ sub() [6/7]

isl::union_pw_multi_aff isl::pw_aff::sub ( const isl::checked::union_pw_multi_aff & upma2) const
inline

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

References isl::checked::union_pw_aff::sub().

◆ sub() [7/7]

isl::pw_aff isl::pw_aff::sub ( isl::checked::pw_aff pwaff2) const
inline

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

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

◆ subtract_domain() [1/5]

isl::pw_aff isl::pw_aff::subtract_domain ( const isl::checked::basic_set & set) const
inline

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

References subtract_domain().

◆ subtract_domain() [2/5]

isl::pw_aff isl::pw_aff::subtract_domain ( const isl::checked::point & set) const
inline

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

References subtract_domain().

◆ subtract_domain() [3/5]

isl::union_pw_aff isl::pw_aff::subtract_domain ( const isl::checked::space & space) const
inline

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

References space(), and isl::checked::union_pw_aff::subtract_domain().

◆ subtract_domain() [4/5]

isl::union_pw_aff isl::pw_aff::subtract_domain ( const isl::checked::union_set & uset) const
inline

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

References isl::checked::union_pw_aff::subtract_domain().

◆ subtract_domain() [5/5]

◆ tdiv_q()

◆ tdiv_r()

◆ to_list()

isl::pw_aff_list isl::pw_aff::to_list ( ) const
inline

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

References copy(), manage, and res.

Referenced by copy().

◆ to_multi_pw_aff()

isl::multi_pw_aff isl::pw_aff::to_multi_pw_aff ( ) const
inline

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

References isl::checked::pw_multi_aff::to_multi_pw_aff().

Referenced by copy().

◆ to_union_pw_aff()

isl::union_pw_aff isl::pw_aff::to_union_pw_aff ( ) const
inline

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

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

Referenced by copy(), and isl::checked::aff::to_union_pw_aff().

◆ to_union_pw_multi_aff()

isl::union_pw_multi_aff isl::pw_aff::to_union_pw_multi_aff ( ) const
inline

◆ unbind_params_insert_domain()

isl::multi_pw_aff isl::pw_aff::unbind_params_insert_domain ( const isl::checked::multi_id & domain) const
inline

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

References domain(), and isl::checked::pw_multi_aff::unbind_params_insert_domain().

Referenced by copy().

◆ union_add() [1/7]

isl::pw_aff isl::pw_aff::union_add ( const isl::checked::aff & pwaff2) const
inline

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

References union_add().

◆ union_add() [2/7]

◆ union_add() [3/7]

isl::multi_union_pw_aff isl::pw_aff::union_add ( const isl::checked::multi_union_pw_aff & mupa2) const
inline

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

References isl::checked::union_pw_aff::union_add().

◆ union_add() [4/7]

isl::pw_multi_aff isl::pw_aff::union_add ( const isl::checked::pw_multi_aff & pma2) const
inline

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

References isl::checked::pw_multi_aff::union_add().

◆ union_add() [5/7]

isl::union_pw_aff isl::pw_aff::union_add ( const isl::checked::union_pw_aff & upa2) const
inline

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

References isl::checked::union_pw_aff::union_add().

◆ union_add() [6/7]

isl::union_pw_multi_aff isl::pw_aff::union_add ( const isl::checked::union_pw_multi_aff & upma2) const
inline

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

References isl::checked::union_pw_aff::union_add().

◆ union_add() [7/7]

isl::pw_aff isl::pw_aff::union_add ( isl::checked::pw_aff pwaff2) const
inline

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

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

◆ manage

◆ manage_copy

pw_aff manage_copy ( __isl_keep isl_pw_aff * ptr)
friend

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

References __isl_keep, isl_pw_aff_copy(), ptr, and pw_aff().

Referenced by copy().

Member Data Documentation

◆ ptr

isl_pw_aff * isl::pw_aff::ptr = nullptr
protected

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