Home
last modified time | relevance | path

Searched refs:isKnownLessThan (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h585 /// isKnownLessThan - Compare to see if S is less than Size
589 bool isKnownLessThan(const SCEV *S, const SCEV *Size) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1098 bool DependenceInfo::isKnownLessThan(const SCEV *S, const SCEV *Size) const { in isKnownLessThan() function in DependenceInfo
3458 if (!isKnownLessThan(S, Range)) in tryDelinearizeFixedSize()
3537 if (!isKnownLessThan(SrcSubscripts[I], Sizes[I - 1])) in tryDelinearizeParametricSize()
3543 if (!isKnownLessThan(DstSubscripts[I], Sizes[I - 1])) in tryDelinearizeParametricSize()