Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.cc68 if (this->IsRange()) return this->AsRange()->Min(); in Min()
86 if (this->IsRange()) return this->AsRange()->Max(); in Max()
104 } else if (IsRange()) { in BitsetGlb()
130 if (IsRange()) return AsRange()->Lub(); in BitsetLub()
486 if (this->IsRange()) { in SimplyEquals()
529 if (i > 1 && this->IsRange()) return false; // Shortcut. in SlowIs()
534 if (that.IsRange()) { in SlowIs()
535 return (this->IsRange() && Contains(that.AsRange(), this->AsRange())); in SlowIs()
537 if (this->IsRange()) return false; in SlowIs()
566 if (this->IsRange()) { in Maybe()
[all …]
Doperation-typer.cc137 if (type.IsRange()) return type; // Shortcut. in Rangify()
695 if (lhs.IsRange() && rhs.IsRange()) { in NumberMultiply()
Dtypes.h397 bool IsRange() const { return IsKind(TypeBase::kRange); } in IsRange() function
/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/libusb/libusb/os/
Dwindows_winusb.h905 BOOLEAN IsRange; member