Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Bound

525     /// an i64). The loop bound may be a smaller type. collectUpperBound
526 /// find the bound, if available, and zero extends it to the Type T.
527 /// (I zero extend since the bound should always be >= 0.)
528 /// If no upper bound is available, return NULL.
748 /// computes the lower bound given the current direction settings
750 const SCEV *getLowerBound(BoundInfo *Bound) const;
753 /// computes the upper bound given the current direction settings
755 const SCEV *getUpperBound(BoundInfo *Bound) const;
759 /// in the DirSet field of Bound. Returns the number of distinct
765 BoundInfo *Bound,
774 BoundInfo *Bound,
778 /// using the * direction. Records them in Bound.
781 BoundInfo *Bound,
785 /// using the < direction. Records them in Bound.
788 BoundInfo *Bound,
792 /// using the > direction. Records them in Bound.
795 BoundInfo *Bound,
799 /// using the = direction. Records them in Bound.
802 BoundInfo *Bound,