Home
last modified time | relevance | path

Searched refs:CoeffMaybePositive (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1152 bool CoeffMaybePositive = !SE->isKnownNonPositive(Coeff); in strongSIVtest() local
1158 if ((DeltaMaybePositive && CoeffMaybePositive) || in strongSIVtest()
1163 if ((DeltaMaybeNegative && CoeffMaybePositive) || in strongSIVtest()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1229 bool CoeffMaybePositive = !SE->isKnownNonPositive(Coeff); in strongSIVtest() local
1235 if ((DeltaMaybePositive && CoeffMaybePositive) || in strongSIVtest()
1240 if ((DeltaMaybeNegative && CoeffMaybePositive) || in strongSIVtest()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1316 bool CoeffMaybePositive = !SE->isKnownNonPositive(Coeff); in strongSIVtest() local
1322 if ((DeltaMaybePositive && CoeffMaybePositive) || in strongSIVtest()
1327 if ((DeltaMaybeNegative && CoeffMaybePositive) || in strongSIVtest()