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

1 2

  /external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java 86 boolean isInBounds = expected.compareTo(MAX_INT_AS_BIG_DECIMAL) <= 0
91 assertTrue(isInBounds);
93 assertFalse(isInBounds);
104 boolean isInBounds = expected.compareTo(MAX_INT_AS_BIG_DECIMAL) <= 0
109 assertTrue(isInBounds);
111 assertFalse(isInBounds);
121 boolean isInBounds = expected.compareTo(MAX_INT_AS_BIG_DECIMAL) <= 0
126 assertTrue(isInBounds);
128 assertFalse(isInBounds);
172 boolean isInBounds = expected.compareTo(MAX_LONG_AS_BIG_DECIMAL) <=
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 129 NewGEPI->setIsInBounds(GEP->isInBounds());
136 Indices, GEP->isInBounds());
NVPTXGenericToNVVM.cpp 344 return cast<GEPOperator>(C)->isInBounds()
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioBandSpecs.java 57 public boolean isInBounds(double freq, double value) {
AudioFrequencyLineActivity.java 427 if (bandSpecsArray[currentBand].isInBounds(freq, value)) {
AudioFrequencyMicActivity.java 595 if (bandSpecs[currentBand].isInBounds(freq, value)) {
AudioFrequencySpeakerActivity.java 476 if (bandSpecs[currentBand].isInBounds(freq, value)) {
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 200 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
231 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
242 GEP->getName()+".idx", isInBounds /*NUW*/);
  /libcore/luni/src/main/java/java/util/
TreeMap.java     [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 139 EXPECT_FALSE(this->clone(GEP)->isInBounds());
142 EXPECT_TRUE(this->clone(GEP)->isInBounds());
  /external/llvm/lib/IR/
Value.cpp 405 if (!GEP->isInBounds())
455 if (!GEP->isInBounds())
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 639 GEP->isInBounds());
650 GEP->isInBounds())
    [all...]
StraightLineStrengthReduce.cpp 612 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds();
Scalarizer.cpp 455 if (GEPI.isInBounds())
  /external/llvm/include/llvm/IR/
Operator.h 367 IsInBounds = (1 << 0)
374 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds);
379 bool isInBounds() const {
380 return SubclassOptionalData & IsInBounds;
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 410 Result->setIsInBounds(GEP->isInBounds());
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 123 return GEP->isInBounds();
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 270 GEP2->setIsInBounds(GEP->isInBounds());
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp 395 if (!GEP->isInBounds()) {
624 if (PtrBase == RHS && GEPLHS->isInBounds()) {
657 if (GEPLHS->isInBounds() && GEPRHS->isInBounds() &&
697 bool GEPsInBounds = GEPLHS->isInBounds() && GEPRHS->isInBounds();
    [all...]
InstCombineLoadStoreAlloca.cpp 645 if (Idx+1 != GEPI->getNumOperands() && !GEPI->isInBounds())
    [all...]
InstCombinePHI.cpp 154 AllInBounds &= GEP->isInBounds();
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 326 if (I.isInBounds()) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]

Completed in 375 milliseconds

1 2