Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h565 bool isKnownLessThan(const SCEV *S, const SCEV *Size) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1035 bool DependenceInfo::isKnownLessThan(const SCEV *S, const SCEV *Size) const { in isKnownLessThan() function in DependenceInfo
3395 if (!isKnownLessThan(S, Range)) in tryDelinearizeFixedSize()
3474 if (!isKnownLessThan(SrcSubscripts[I], Sizes[I - 1])) in tryDelinearizeParametricSize()
3480 if (!isKnownLessThan(DstSubscripts[I], Sizes[I - 1])) in tryDelinearizeParametricSize()