Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isNonConstantNegative

696     if (LHS.second->isNonConstantNegative()) {
697 if (!RHS.second->isNonConstantNegative())
699 } else if (RHS.second->isNonConstantNegative())
760 } else if (Op->isNonConstantNegative()) {
1107 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
1232 !ExpandTy->isPointerTy() && Step->isNonConstantNegative();