Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h589 bool isKnownLessThan(const SCEV *S, const SCEV *Size) const;
/openbsd-src/gnu/llvm/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()