Searched refs:isNonConstantNegative (Results 1 – 5 of 5) sorted by relevance
490 if (LHS.second->isNonConstantNegative()) { in operator ()()491 if (!RHS.second->isNonConstantNegative()) in operator ()()493 } else if (RHS.second->isNonConstantNegative()) in operator ()()554 } else if (Op->isNonConstantNegative()) { in visitAddExpr()1082 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()1198 !S->getType()->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
159 LLVM_ABI bool isNonConstantNegative() const;
906 IsNegStride = PointerStrideSCEV->isNonConstantNegative(); in processLoopMemSet()
5615 if (Diff->isNonConstantNegative()) { in calculateRtStride()5622 if (Diff1->isNonConstantNegative()) { in calculateRtStride()
452 bool SCEV::isNonConstantNegative() const { in isNonConstantNegative() function in SCEV