Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Bound

561     /// an i64). The loop bound may be a smaller type. collectUpperBound
562 /// find the bound, if available, and zero extends it to the Type T.
563 /// (I zero extend since the bound should always be >= 0.)
564 /// If no upper bound is available, return NULL.
784 /// computes the lower bound given the current direction settings
786 const SCEV *getLowerBound(BoundInfo *Bound) const;
789 /// computes the upper bound given the current direction settings
791 const SCEV *getUpperBound(BoundInfo *Bound) const;
795 /// in the DirSet field of Bound. Returns the number of distinct
801 BoundInfo *Bound,
809 BoundInfo *Bound,
813 /// using the * direction. Records them in Bound.
816 BoundInfo *Bound,
820 /// using the < direction. Records them in Bound.
823 BoundInfo *Bound,
827 /// using the > direction. Records them in Bound.
830 BoundInfo *Bound,
834 /// using the = direction. Records them in Bound.
837 BoundInfo *Bound,