Home
last modified time | relevance | path

Searched refs:isInBounds (Results 1 – 25 of 108) sorted by relevance

12345

/external/guava/guava-tests/test/com/google/common/math/
DDoubleMathTest.java87 boolean isInBounds = expected.compareTo(MAX_INT_AS_BIG_DECIMAL) <= 0 in testRoundIntegralDoubleToInt()
92 assertTrue(isInBounds); in testRoundIntegralDoubleToInt()
94 assertFalse(isInBounds); in testRoundIntegralDoubleToInt()
105 boolean isInBounds = expected.compareTo(MAX_INT_AS_BIG_DECIMAL) <= 0 in testRoundFractionalDoubleToInt()
110 assertTrue(isInBounds); in testRoundFractionalDoubleToInt()
112 assertFalse(isInBounds); in testRoundFractionalDoubleToInt()
122 boolean isInBounds = expected.compareTo(MAX_INT_AS_BIG_DECIMAL) <= 0 in testRoundExactIntegralDoubleToInt()
127 assertTrue(isInBounds); in testRoundExactIntegralDoubleToInt()
129 assertFalse(isInBounds); in testRoundExactIntegralDoubleToInt()
173 boolean isInBounds = expected.compareTo(MAX_LONG_AS_BIG_DECIMAL) <= 0 in testRoundIntegralDoubleToLong()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/
DLocal.h37 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions; variable
69 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
80 GEP->getName()+".idx", isInBounds /*NUW*/);
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfunction-templates-original.cc8 bool isInBounds(From value) { in isInBounds() function
14 if (!isInBounds<To>(value)) in safeCast()
26 if (!isInBounds<T>(rhs.m_value)) in Checked()
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h196 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions; variable
227 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
238 GEP->getName()+".idx", isInBounds /*NUW*/);
/external/perfetto/ui/src/frontend/
Dlogs_panel.ts101 const isStaleLeft = !leftSpan.isInBounds(vis.start);
102 const isStaleRight = !rightSpan.isInBounds(vis.end);
Dtime_scale.ts69 return this.timeBounds.isInBounds(time);
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
DCloning.cpp128 EXPECT_FALSE(this->clone(GEP)->isInBounds()); in TEST_F()
131 EXPECT_TRUE(this->clone(GEP)->isInBounds()); in TEST_F()
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp169 NewGEP->setIsInBounds(GEP->isInBounds()); in hoistAddrSpaceCastFromGEP()
180 Indices, GEP->isInBounds()); in hoistAddrSpaceCastFromGEP()
/external/perfetto/ui/src/common/
Dtime.ts89 isInBounds(sec: number) { method in TimeSpan
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp263 DestGEP->setIsInBounds(SrcGEP->isInBounds() | DestGEP->isInBounds()); in copyIRFlags()
288 DestGEP->setIsInBounds(SrcGEP->isInBounds() & DestGEP->isInBounds()); in andIRFlags()
DValue.cpp502 if (!GEP->isInBounds()) in stripPointerCastsAndOffsets()
573 if (!GEP->isInBounds()) in stripAndAccumulateInBoundsConstantOffsets()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp409 bool isInBounds = cast<GEPOperator>(GEP)->isInBounds(); in EmitGEPOffset() local
435 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/); in EmitGEPOffset()
446 GEP->getName()+".idx", isInBounds /*NUW*/); in EmitGEPOffset()
DInstructionCombining.cpp904 return (GEP.isInBounds() && Src->isInBounds()) ? in visitGetElementPtrInst()
937 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
967 Value *NewGEP = GEP.isInBounds() ? in visitGetElementPtrInst()
1026 Value *NewGEP = GEP.isInBounds() ? in visitGetElementPtrInst()
1078 Value *NGEP = GEP.isInBounds() ? in visitGetElementPtrInst()
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp391 IndexExprs, GEP->isInBounds()); in tryReassociateGEPAtIndex()
435 NewGEP->setIsInBounds(GEP->isInBounds()); in tryReassociateGEPAtIndex()
DSeparateConstOffsetFromGEP.cpp697 GEP->isInBounds()); in Extract()
713 GEP->isInBounds()) in Find()
968 bool GEPWasInBounds = GEP->isInBounds(); in splitGEP()
DStraightLineStrengthReduce.cpp504 IndexExprs, GEP->isInBounds()); in allocateCandidatesAndFindBasisForGEP()
634 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); in rewriteCandidateWithBasis()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1645 NewSrc->setIsInBounds(Src->isInBounds()); in visitGetElementPtrInst()
1647 NewGEP->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
1708 return GEP.isInBounds() && Src->isInBounds() in visitGetElementPtrInst()
1788 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
1823 Value *NewGEP = GEP.isInBounds() in visitGetElementPtrInst()
1843 GEP.isInBounds() in visitGetElementPtrInst()
1878 GEP.isInBounds() && NSW in visitGetElementPtrInst()
1921 Value *NewGEP = GEP.isInBounds() && NSW in visitGetElementPtrInst()
2007 GEP.isInBounds() in visitGetElementPtrInst()
2022 if (!GEP.isInBounds()) { in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp129 GEP->isInBounds()); in splitGlobal()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp138 EXPECT_FALSE(this->clone(GEP)->isInBounds()); in TEST_F()
141 EXPECT_TRUE(this->clone(GEP)->isInBounds()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp743 GEP->isInBounds()); in Extract()
759 GEP->isInBounds()) in Find()
1015 bool GEPWasInBounds = GEP->isInBounds(); in splitGEP()
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp130 cast<GEPOperator>(CE)->isInBounds()) { in isSimpleEnoughPointerToCommit()
316 cast<GEPOperator>(GEP)->isInBounds()); in EvaluateBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp146 cast<GEPOperator>(CE)->isInBounds()) { in isSimpleEnoughPointerToCommit()
415 cast<GEPOperator>(GEP)->isInBounds()); in EvaluateBlock()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1552 return GEP.isInBounds() && Src->isInBounds() in visitGetElementPtrInst()
1636 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
1672 Value *NewGEP = GEP.isInBounds() in visitGetElementPtrInst()
1693 GEP.isInBounds() in visitGetElementPtrInst()
1728 GEP.isInBounds() && NSW in visitGetElementPtrInst()
1770 Value *NewGEP = GEP.isInBounds() && NSW in visitGetElementPtrInst()
1837 GEP.isInBounds() in visitGetElementPtrInst()
/external/swiftshader/third_party/LLVM/include/llvm/
DOperator.h243 bool isInBounds() const { in isInBounds() function
/external/llvm/lib/IR/
DValue.cpp454 if (!GEP->isInBounds()) in stripPointerCastsAndOffsets()
510 if (!GEP->isInBounds()) in stripAndAccumulateInBoundsConstantOffsets()

12345