Searched refs:ConstCoeff (Results 1 – 1 of 1) sorted by relevance
1393 if (!ConstCoeff) in weakCrossingSIVtest()1397 if (SE->isKnownNegative(ConstCoeff)) { in weakCrossingSIVtest()1398 ConstCoeff = dyn_cast<SCEVConstant>(SE->getNegativeSCEV(ConstCoeff)); in weakCrossingSIVtest()1399 assert(ConstCoeff && in weakCrossingSIVtest()1457 APInt APCoeff = ConstCoeff->getAPInt(); in weakCrossingSIVtest()1789 if (!ConstCoeff) in weakZeroSrcSIVtest()1792 SE->isKnownNegative(ConstCoeff) ? in weakZeroSrcSIVtest()1793 SE->getNegativeSCEV(ConstCoeff) : ConstCoeff; in weakZeroSrcSIVtest()1898 if (!ConstCoeff) in weakZeroDstSIVtest()1901 SE->isKnownNegative(ConstCoeff) ? in weakZeroDstSIVtest()[all …]