Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h717 /// weakZeroSrcSIVtest - Tests the weak-zero SIV subscript pair
727 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
739 /// and a is a constant. See also weakZeroSrcSIVtest.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1759 bool DependenceInfo::weakZeroSrcSIVtest(const SCEV *DstCoeff, in weakZeroSrcSIVtest() function in DependenceInfo
2272 return weakZeroSrcSIVtest(DstCoeff, SrcConst, DstConst, in testSIV()