Polly 19.0.0git
Namespaces
ISLOperators.h File Reference
#include "isl/isl-noexceptions.h"

Go to the source code of this file.

Namespaces

namespace  polly
 

Functions

isl::pw_aff polly::operator+ (isl::pw_aff Left, isl::pw_aff Right)
 Addition.
 
isl::pw_aff polly::operator+ (isl::val ValLeft, isl::pw_aff Right)
 
isl::pw_aff polly::operator+ (isl::pw_aff Left, isl::val ValRight)
 
isl::pw_aff polly::operator+ (long IntLeft, isl::pw_aff Right)
 
isl::pw_aff polly::operator+ (isl::pw_aff Left, long IntRight)
 
isl::pw_aff polly::operator* (isl::pw_aff Left, isl::pw_aff Right)
 Multiplication.
 
isl::pw_aff polly::operator* (isl::val ValLeft, isl::pw_aff Right)
 
isl::pw_aff polly::operator* (isl::pw_aff Left, isl::val ValRight)
 
isl::pw_aff polly::operator* (long IntLeft, isl::pw_aff Right)
 
isl::pw_aff polly::operator* (isl::pw_aff Left, long IntRight)
 
isl::pw_aff polly::operator- (isl::pw_aff Left, isl::pw_aff Right)
 Subtraction.
 
isl::pw_aff polly::operator- (isl::val ValLeft, isl::pw_aff Right)
 
isl::pw_aff polly::operator- (isl::pw_aff Left, isl::val ValRight)
 
isl::pw_aff polly::operator- (long IntLeft, isl::pw_aff Right)
 
isl::pw_aff polly::operator- (isl::pw_aff Left, long IntRight)
 
isl::pw_aff polly::operator/ (isl::pw_aff Left, isl::pw_aff Right)
 Division.
 
isl::pw_aff polly::operator/ (isl::val ValLeft, isl::pw_aff Right)
 
isl::pw_aff polly::operator/ (isl::pw_aff Left, isl::val ValRight)
 
isl::pw_aff polly::operator/ (long IntLeft, isl::pw_aff Right)
 
isl::pw_aff polly::operator/ (isl::pw_aff Left, long IntRight)
 
isl::pw_aff polly::operator% (isl::pw_aff Left, isl::pw_aff Right)
 Remainder.
 
isl::pw_aff polly::operator% (isl::val ValLeft, isl::pw_aff Right)
 
isl::pw_aff polly::operator% (isl::pw_aff Left, isl::val ValRight)
 
isl::pw_aff polly::operator% (long IntLeft, isl::pw_aff Right)
 
isl::pw_aff polly::operator% (isl::pw_aff Left, long IntRight)