Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1330 if (!ConstCoeff) in weakCrossingSIVtest()
1334 if (SE->isKnownNegative(ConstCoeff)) { in weakCrossingSIVtest()
1335 ConstCoeff = dyn_cast<SCEVConstant>(SE->getNegativeSCEV(ConstCoeff)); in weakCrossingSIVtest()
1336 assert(ConstCoeff && in weakCrossingSIVtest()
1394 APInt APCoeff = ConstCoeff->getAPInt(); in weakCrossingSIVtest()
1726 if (!ConstCoeff) in weakZeroSrcSIVtest()
1729 SE->isKnownNegative(ConstCoeff) ? in weakZeroSrcSIVtest()
1730 SE->getNegativeSCEV(ConstCoeff) : ConstCoeff; in weakZeroSrcSIVtest()
1835 if (!ConstCoeff) in weakZeroDstSIVtest()
1838 SE->isKnownNegative(ConstCoeff) ? in weakZeroDstSIVtest()
[all …]