Home
last modified time | relevance | path

Searched refs:IsRange (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dtypes.cc69 if (this->IsRange()) return this->AsRange()->Min(); in Min()
87 if (this->IsRange()) return this->AsRange()->Max(); in Max()
105 } else if (IsRange()) { in BitsetGlb()
131 if (IsRange()) return AsRange()->Lub(); in BitsetLub()
477 if (this->IsRange()) { in SimplyEquals()
520 if (i > 1 && this->IsRange()) return false; // Shortcut. in SlowIs()
525 if (that.IsRange()) { in SlowIs()
526 return this->IsRange() && Contains(that.AsRange(), this->AsRange()); in SlowIs()
528 if (this->IsRange()) return false; in SlowIs()
557 if (this->IsRange()) { in Maybe()
[all …]
Dadd-type-assertions-reducer.cc30 if (!type.IsRange()) { in Reduce()
Dtypes.h402 bool IsRange() const { return IsKind(TypeBase::kRange); } in IsRange() function
Doperation-typer.cc130 if (type.IsRange()) return type; // Shortcut. in Rangify()
Dsimplified-operator.cc1332 DCHECK(type.IsRange()); in AssertType()
Deffect-control-linearizer.cc5856 DCHECK(type.IsRange()); in LowerAssertType()
/external/python/cpython2/Lib/plat-mac/
Daetypes.py161 def IsRange(x): function
490 elif IsRange(seld):
522 elif IsRange(seld):
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp509 bool IsRange = false) { in getOrInsertValueProfilingCall() argument
514 if (!IsRange) { in getOrInsertValueProfilingCall()
569 bool IsRange = (Ind->getValueKind()->getZExtValue() == in lowerValueProfileInst() local
572 if (!IsRange) { in lowerValueProfileInst()
/external/perfetto/src/trace_processor/containers/
Drow_map.h503 bool IsRange() const { return mode_ == Mode::kRange; } in IsRange() function
/external/perfetto/src/trace_processor/sqlite/
Ddb_sqlite_table.cc527 if (filter_map.IsRange() && filter_map.size() <= 1) { in Filter()
/external/libusb/libusb/os/
Dwindows_winusb.h905 BOOLEAN IsRange; member