/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 221 if (SignedMax.isStrictlyPositive()) in makeGuaranteedNoWrapRegion() 246 if (SignedMax.isStrictlyPositive()) in makeGuaranteedNoWrapRegion()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 669 cast<ConstantInt>(RHSNeg)->getValue().isStrictlyPositive())) { in visitSRem()
|
D | InstCombineCompares.cpp | 810 } 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/ |
D | ConstantRange.cpp | 212 if (SignedMax.isStrictlyPositive()) in makeGuaranteedNoWrapRegion()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 333 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 309 bool isStrictlyPositive() const { in isStrictlyPositive() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 337 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1652 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()
|
D | ValueTracking.cpp | 190 return CI->getValue().isStrictlyPositive(); in isKnownPositive() 1983 if (!Denominator->isStrictlyPositive()) in ComputeNumSignBits() 2003 if (!Denominator->isStrictlyPositive()) in ComputeNumSignBits()
|
D | InstructionSimplify.cpp | 1535 if (CI1V.isStrictlyPositive()) { in SimplifyAndOfICmps() 1709 if (CI1V.isStrictlyPositive()) { in SimplifyOrOfICmps() 2743 if (RHSC->getValue().isStrictlyPositive()) { in SimplifyICmpInst()
|
D | LoopAccessAnalysis.cpp | 1276 assert(Val.isStrictlyPositive() && "Expect a positive value"); in isDependent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 390 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 253 return CI->getValue().isStrictlyPositive(); in isKnownPositive() 2252 if (!Denominator->isStrictlyPositive()) in ComputeNumSignBitsImpl() 2272 if (!Denominator->isStrictlyPositive()) in ComputeNumSignBitsImpl()
|
D | InstructionSimplify.cpp | 1575 if (C0->isStrictlyPositive()) { in simplifyAndOfICmpsWithAdd() 1646 if (C0->isStrictlyPositive()) { in simplifyOrOfICmpsWithAdd() 2799 if (RHSC->getValue().isStrictlyPositive()) { in simplifyICmpWithBinOp()
|
D | LoopAccessAnalysis.cpp | 1526 assert(Val.isStrictlyPositive() && "Expect a positive value"); in isDependent()
|
D | ScalarEvolution.cpp | 7532 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/ |
D | InstCombineCompares.cpp | 1250 } 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/ |
D | InstCombineCompares.cpp | 2177 } 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/ |
D | TargetLowering.cpp | 3271 if (d.isStrictlyPositive() && magics.m.isNegative()) { in BuildSDIV() 3277 if (d.isNegative() && magics.m.isStrictlyPositive()) { in BuildSDIV()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 7432 (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/ |
D | TargetLowering.cpp | 2865 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/ |
D | TargetLowering.cpp | 3501 if (Divisor.isStrictlyPositive() && magics.m.isNegative()) { in BuildSDIV() 3506 if (Divisor.isNegative() && magics.m.isStrictlyPositive()) { in BuildSDIV()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 5697 return getSignedRange(S).getSignedMin().isStrictlyPositive(); in isKnownPositive() 5705 return !getSignedRange(S).getSignedMax().isStrictlyPositive(); in isKnownNonPositive()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1555 if (!C->getValue().isStrictlyPositive()) continue; in OptimizeShadowIV()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1871 if (!C->getValue().isStrictlyPositive()) continue; in OptimizeShadowIV()
|