Searched refs:IsRange (Results 1 – 11 of 11) sorted by relevance
69 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 …]
30 if (!type.IsRange()) { in Reduce()
402 bool IsRange() const { return IsKind(TypeBase::kRange); } in IsRange() function
130 if (type.IsRange()) return type; // Shortcut. in Rangify()
1332 DCHECK(type.IsRange()); in AssertType()
5856 DCHECK(type.IsRange()); in LowerAssertType()
161 def IsRange(x): function490 elif IsRange(seld):522 elif IsRange(seld):
509 bool IsRange = false) { in getOrInsertValueProfilingCall() argument514 if (!IsRange) { in getOrInsertValueProfilingCall()569 bool IsRange = (Ind->getValueKind()->getZExtValue() == in lowerValueProfileInst() local572 if (!IsRange) { in lowerValueProfileInst()
503 bool IsRange() const { return mode_ == Mode::kRange; } in IsRange() function
527 if (filter_map.IsRange() && filter_map.size() <= 1) { in Filter()
905 BOOLEAN IsRange; member