HomeSort by relevance Sort by last modified time
    Searched refs:isInBounds (Results 1 - 25 of 37) sorted by null

1 2

  /external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java 76 boolean isInBounds = expected.compareTo(MAX_INT_AS_BIG_DECIMAL) <= 0
81 assertTrue(isInBounds);
83 assertFalse(isInBounds);
93 boolean isInBounds = expected.compareTo(MAX_INT_AS_BIG_DECIMAL) <= 0
98 assertTrue(isInBounds);
100 assertFalse(isInBounds);
109 boolean isInBounds = expected.compareTo(MAX_INT_AS_BIG_DECIMAL) <= 0
114 assertTrue(isInBounds);
116 assertFalse(isInBounds);
156 boolean isInBounds = expected.compareTo(MAX_LONG_AS_BIG_DECIMAL) <=
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 195 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
226 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
237 GEP->getName()+".idx", isInBounds /*NUW*/);
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 130 NewGEPI->setIsInBounds(GEP->isInBounds());
138 GEP->isInBounds());
NVPTXGenericToNVVM.cpp 336 return cast<GEPOperator>(C)->isInBounds()
  /external/chromium_org/third_party/WebKit/Source/wtf/
StdLibExtras.h 127 ASSERT(isInBounds<To>(value));
CheckedArithmetic.h 171 template <typename Target, typename Source> static inline bool isInBounds(Source value)
438 if (!isInBounds<T>(value))
453 if (!isInBounds<T>(rhs.m_value))
462 if (!isInBounds<T>(rhs.m_value))
  /libcore/luni/src/main/java/java/util/
TreeMap.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h 210 static bool isInBounds(int value)
214 static bool isInBounds(unsigned value)
218 static bool isInBounds(double value)
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 564 GEP->isInBounds());
577 GEP->isInBounds())
618 if (!GEP->isInBounds())
    [all...]
Scalarizer.cpp 450 if (GEPI.isInBounds())
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 140 EXPECT_FALSE(this->clone(GEP)->isInBounds());
143 EXPECT_TRUE(this->clone(GEP)->isInBounds());
  /external/llvm/lib/IR/
Value.cpp 400 if (!GEP->isInBounds())
450 if (!GEP->isInBounds())
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp 223 if (!GEP->isInBounds() && !DL)
390 if (!GEP->isInBounds()) {
621 if (DL && PtrBase == RHS && GEPLHS->isInBounds()) {
654 if (DL && GEPLHS->isInBounds() && GEPRHS->isInBounds() &&
694 bool GEPsInBounds = GEPLHS->isInBounds() && GEPRHS->isInBounds();
    [all...]
InstCombinePHI.cpp 155 AllInBounds &= GEP->isInBounds();
    [all...]
InstCombineVectorOps.cpp 736 GEP->setIsInBounds(cast<GetElementPtrInst>(I)->isInBounds());
    [all...]
  /external/llvm/include/llvm/IR/
Operator.h 364 IsInBounds = (1 << 0)
371 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds);
375 /// isInBounds - Test whether this is an inbounds GEP, as defined
377 bool isInBounds() const {
378 return SubclassOptionalData & IsInBounds;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 270 GEP2->setIsInBounds(GEP->isInBounds());
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 411 Result->setIsInBounds(GEP->isInBounds());
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 270 GEP2->setIsInBounds(GEP->isInBounds());
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 325 if (DL && I.isInBounds()) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]

Completed in 1031 milliseconds

1 2