Home
last modified time | relevance | path

Searched refs:isStrictlyPositive (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantRange.cpp221 if (SignedMax.isStrictlyPositive()) in makeGuaranteedNoWrapRegion()
246 if (SignedMax.isStrictlyPositive()) in makeGuaranteedNoWrapRegion()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp669 cast<ConstantInt>(RHSNeg)->getValue().isStrictlyPositive())) { in visitSRem()
DInstCombineCompares.cpp810 } else if (DivRHS->getValue().isStrictlyPositive()) { // Divisor is > 0. in FoldICmpDivCst()
815 } else if (CmpRHSV.isStrictlyPositive()) { // (X / pos) op pos in FoldICmpDivCst()
840 } else if (CmpRHSV.isStrictlyPositive()) { // (X / neg) op pos in FoldICmpDivCst()
/external/llvm/lib/IR/
DConstantRange.cpp212 if (SignedMax.isStrictlyPositive()) in makeGuaranteedNoWrapRegion()
/external/llvm/include/llvm/ADT/
DAPInt.h333 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h309 bool isStrictlyPositive() const { in isStrictlyPositive() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h337 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1652 if (C1.isStrictlyPositive() && C2.isStrictlyPositive() && in getSignExtendExpr()
1796 if (C1.isStrictlyPositive() && C2.isStrictlyPositive() && C2.ugt(C1) && in getSignExtendExpr()
6174 return ShiftAmt->getValue().isStrictlyPositive(); in computeShiftCompareExitLimit()
7560 return getSignedRange(S).getSignedMin().isStrictlyPositive(); in isKnownPositive()
7568 return !getSignedRange(S).getSignedMax().isStrictlyPositive(); in isKnownNonPositive()
7806 !C.isStrictlyPositive()) in isKnownPredicateViaNoOverflow()
7815 C.isStrictlyPositive()) in isKnownPredicateViaNoOverflow()
DValueTracking.cpp190 return CI->getValue().isStrictlyPositive(); in isKnownPositive()
1983 if (!Denominator->isStrictlyPositive()) in ComputeNumSignBits()
2003 if (!Denominator->isStrictlyPositive()) in ComputeNumSignBits()
DInstructionSimplify.cpp1535 if (CI1V.isStrictlyPositive()) { in SimplifyAndOfICmps()
1709 if (CI1V.isStrictlyPositive()) { in SimplifyOrOfICmps()
2743 if (RHSC->getValue().isStrictlyPositive()) { in SimplifyICmpInst()
DLoopAccessAnalysis.cpp1276 assert(Val.isStrictlyPositive() && "Expect a positive value"); in isDependent()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h390 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp253 return CI->getValue().isStrictlyPositive(); in isKnownPositive()
2252 if (!Denominator->isStrictlyPositive()) in ComputeNumSignBitsImpl()
2272 if (!Denominator->isStrictlyPositive()) in ComputeNumSignBitsImpl()
DInstructionSimplify.cpp1575 if (C0->isStrictlyPositive()) { in simplifyAndOfICmpsWithAdd()
1646 if (C0->isStrictlyPositive()) { in simplifyOrOfICmpsWithAdd()
2799 if (RHSC->getValue().isStrictlyPositive()) { in simplifyICmpWithBinOp()
DLoopAccessAnalysis.cpp1526 assert(Val.isStrictlyPositive() && "Expect a positive value"); in isDependent()
DScalarEvolution.cpp7532 return ShiftAmt->getValue().isStrictlyPositive(); in computeShiftCompareExitLimit()
8824 return getSignedRangeMin(S).isStrictlyPositive(); in isKnownPositive()
8832 return !getSignedRangeMax(S).isStrictlyPositive(); in isKnownNonPositive()
9115 !C.isStrictlyPositive()) in isKnownPredicateViaNoOverflow()
9125 C.isStrictlyPositive()) in isKnownPredicateViaNoOverflow()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1250 } else if (DivRHS->getValue().isStrictlyPositive()) { // Divisor is > 0. in FoldICmpDivCst()
1255 } else if (CmpRHSV.isStrictlyPositive()) { // (X / pos) op pos in FoldICmpDivCst()
1280 } else if (CmpRHSV.isStrictlyPositive()) { // (X / neg) op pos in FoldICmpDivCst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2177 } else if (C2->isStrictlyPositive()) { // Divisor is > 0. in foldICmpDivConstant()
2182 } else if (C.isStrictlyPositive()) { // (X / pos) op pos in foldICmpDivConstant()
2207 } else if (C.isStrictlyPositive()) { // (X / neg) op pos in foldICmpDivConstant()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3271 if (d.isStrictlyPositive() && magics.m.isNegative()) { in BuildSDIV()
3277 if (d.isNegative() && magics.m.isStrictlyPositive()) { in BuildSDIV()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7432 (StrictlyPositive && Result.isStrictlyPositive()))) { in IsNonNegativeIntegerValue()
7470 if ((StrictlyPositive && !Result.isStrictlyPositive()) || in VerifyPositiveIntegerConstantInClause()
7863 if (Result.isSigned() && !Result.isStrictlyPositive()) { in ActOnOpenMPScheduleClause()
9721 if (IsConstant && !Result.isNegative() && !Result.isStrictlyPositive()) in ActOnOpenMPLinearClause()
11418 if (Result.isSigned() && !Result.isStrictlyPositive()) { in ActOnOpenMPDistScheduleClause()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2865 if (Divisor.isStrictlyPositive() && magics.m.isNegative()) { in BuildSDIV()
2870 if (Divisor.isNegative() && magics.m.isStrictlyPositive()) { in BuildSDIV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3501 if (Divisor.isStrictlyPositive() && magics.m.isNegative()) { in BuildSDIV()
3506 if (Divisor.isNegative() && magics.m.isStrictlyPositive()) { in BuildSDIV()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp5697 return getSignedRange(S).getSignedMin().isStrictlyPositive(); in isKnownPositive()
5705 return !getSignedRange(S).getSignedMax().isStrictlyPositive(); in isKnownNonPositive()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1555 if (!C->getValue().isStrictlyPositive()) continue; in OptimizeShadowIV()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1871 if (!C->getValue().isStrictlyPositive()) continue; in OptimizeShadowIV()

12