Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h101 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp252 SMax.isStrictlyPositive() ? SignedMinVal - SMax : SignedMinVal); in makeGuaranteedNoWrapRegion()
262 SMax.isStrictlyPositive() ? SignedMinVal + SMax : SignedMinVal, in makeGuaranteedNoWrapRegion()
356 return !isUpperSignWrapped() && !Upper.isStrictlyPositive(); in isAllNegative()
1406 if (Upper.isStrictlyPositive() || !Lower.isStrictlyPositive()) in abs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
DAPInt.h390 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
395 bool isNonPositive() const { return !isStrictlyPositive(); } in isNonPositive()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp402 if (Low.isStrictlyPositive() && High.slt(BitWidth)) { in buildBitTests()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h337 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp2938 assert(A.isStrictlyPositive()); in SolveQuadraticEquationWrap()
2953 if (C.isStrictlyPositive()) in SolveQuadraticEquationWrap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp260 return CI->getValue().isStrictlyPositive(); in isKnownPositive()
2506 if (!Denominator->isStrictlyPositive()) in ComputeNumSignBitsImpl()
2526 if (!Denominator->isStrictlyPositive()) in ComputeNumSignBitsImpl()
DInstructionSimplify.cpp1672 if (C0->isStrictlyPositive()) { in simplifyAndOfICmpsWithAdd()
1745 if (C0->isStrictlyPositive()) { in simplifyOrOfICmpsWithAdd()
2834 if (RHSC->getValue().isStrictlyPositive()) { in simplifyICmpWithBinOp()
DLoopAccessAnalysis.cpp1545 assert(Val.isStrictlyPositive() && "Expect a positive value"); in isDependent()
DScalarEvolution.cpp7659 return ShiftAmt->getValue().isStrictlyPositive(); in computeShiftCompareExitLimit()
9158 return getSignedRangeMin(S).isStrictlyPositive(); in isKnownPositive()
9166 return !getSignedRangeMax(S).isStrictlyPositive(); in isKnownNonPositive()
9449 !C.isStrictlyPositive()) in isKnownPredicateViaNoOverflow()
9459 C.isStrictlyPositive()) in isKnownPredicateViaNoOverflow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2393 } else if (C2->isStrictlyPositive()) { // Divisor is > 0. in foldICmpDivConstant()
2398 } else if (C.isStrictlyPositive()) { // (X / pos) op pos in foldICmpDivConstant()
2423 } else if (C.isStrictlyPositive()) { // (X / neg) op pos in foldICmpDivConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h379 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } in isValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp4485 bool LHSPositive = LHSKnown.isStrictlyPositive(); in computeKnownBitsForTargetNode()
4488 bool RHSPositive = RHSKnown.isStrictlyPositive(); in computeKnownBitsForTargetNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4744 } else if (Divisor.isStrictlyPositive() && magics.m.isNegative()) { in BuildSDIV()
4747 } else if (Divisor.isNegative() && magics.m.isStrictlyPositive()) { in BuildSDIV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2163 if (!C->getValue().isStrictlyPositive()) continue; in OptimizeShadowIV()