Searched refs:isInBounds (Results 1 - 25 of 66) sorted by relevance

123

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
H A Dfunction-templates-original.cc8 bool isInBounds(From value) { function in namespace:WTF
14 if (!isInBounds<To>(value))
29 if (!isInBounds<T>(rhs.m_value))
/external/guava/guava-tests/test/com/google/common/math/
H A DDoubleMathTest.java87 boolean isInBounds = expected.compareTo(MAX_INT_AS_BIG_DECIMAL) <= 0
92 assertTrue(isInBounds);
94 assertFalse(isInBounds);
105 boolean isInBounds = expected.compareTo(MAX_INT_AS_BIG_DECIMAL) <= 0
110 assertTrue(isInBounds);
112 assertFalse(isInBounds);
122 boolean isInBounds = expected.compareTo(MAX_INT_AS_BIG_DECIMAL) <= 0
127 assertTrue(isInBounds);
129 assertFalse(isInBounds);
173 boolean isInBounds
[all...]
/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h196 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions; local
227 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
238 GEP->getName()+".idx", isInBounds /*NUW*/);
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
H A DCloning.cpp128 EXPECT_FALSE(this->clone(GEP)->isInBounds());
131 EXPECT_TRUE(this->clone(GEP)->isInBounds());
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFavorNonGenericAddrSpaces.cpp169 NewGEP->setIsInBounds(GEP->isInBounds());
180 Indices, GEP->isInBounds());
H A DNVPTXGenericToNVVM.cpp337 return cast<GEPOperator>(C)->isInBounds()
H A DNVPTXInferAddressSpaces.cpp321 NewGEP->setIsInBounds(GEP->isInBounds());
/external/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp391 IndexExprs, GEP->isInBounds());
435 NewGEP->setIsInBounds(GEP->isInBounds());
H A DStraightLineStrengthReduce.cpp504 IndexExprs, GEP->isInBounds());
634 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds();
H A DSeparateConstOffsetFromGEP.cpp697 GEP->isInBounds());
713 GEP->isInBounds())
968 bool GEPWasInBounds = GEP->isInBounds();
/external/swiftshader/third_party/LLVM/include/llvm/
H A DOperator.h241 /// isInBounds - Test whether this is an inbounds GEP, as defined
243 bool isInBounds() const { function in class:llvm::GEPOperator
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp409 bool isInBounds = cast<GEPOperator>(GEP)->isInBounds(); local
435 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
446 GEP->getName()+".idx", isInBounds /*NUW*/);
H A DInstructionCombining.cpp904 return (GEP.isInBounds() && Src->isInBounds()) ?
937 Res->setIsInBounds(GEP.isInBounds());
967 Value *NewGEP = GEP.isInBounds() ?
1026 Value *NewGEP = GEP.isInBounds() ?
1078 Value *NGEP = GEP.isInBounds() ?
/external/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp130 cast<GEPOperator>(CE)->isInBounds()) {
316 cast<GEPOperator>(GEP)->isInBounds());
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp138 EXPECT_FALSE(this->clone(GEP)->isInBounds());
141 EXPECT_TRUE(this->clone(GEP)->isInBounds());
/external/llvm/include/llvm/IR/
H A DOperator.h379 bool isInBounds() const { function in class:llvm::GEPOperator
/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp414 Result->setIsInBounds(GEP->isInBounds());
H A DInlineCost.cpp390 if (I.isInBounds()) {
1167 if (!GEP->isInBounds() || !accumulateGEPOffset(*GEP, Offset))
/external/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp128 return GEP->isInBounds();
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp270 GEP2->setIsInBounds(GEP->isInBounds());
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DPHITransAddr.cpp413 Result->setIsInBounds(GEP->isInBounds());
/external/llvm/lib/IR/
H A DValue.cpp454 if (!GEP->isInBounds())
510 if (!GEP->isInBounds())
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1552 return GEP.isInBounds() && Src->isInBounds()
1636 Res->setIsInBounds(GEP.isInBounds());
1672 Value *NewGEP = GEP.isInBounds()
1693 GEP.isInBounds()
1728 GEP.isInBounds() && NSW
1770 Value *NewGEP = GEP.isInBounds() && NSW
1837 GEP.isInBounds()
H A DInstCombineCompares.cpp399 if (!GEP->isInBounds()) {
655 if (GEP->getNumIndices() != 1 || !GEP->isInBounds() ||
858 if (!GEP->isInBounds())
939 if (PtrBase == RHS && GEPLHS->isInBounds()) {
972 if (GEPLHS->isInBounds() && GEPRHS->isInBounds() &&
1013 bool GEPsInBounds = GEPLHS->isInBounds() && GEPRHS->isInBounds();
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp844 cast<GEPOperator>(this)->isInBounds());
848 cast<GEPOperator>(this)->isInBounds());
896 cast<GEPOperator>(this)->isInBounds());
2097 cast<GEPOperator>(this)->isInBounds());

Completed in 594 milliseconds

123