Searched refs:getLowerBound (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h781 /// getLowerBound - Looks through all the bounds info and
784 const SCEV *getLowerBound(BoundInfo *Bound) const;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2620 if (const SCEV *LowerBound = getLowerBound(Bound))
2869 const SCEV *DependenceAnalysis::getLowerBound(BoundInfo *Bound) const { function in class:DependenceAnalysis

Completed in 291 milliseconds