Searched refs:HasValue (Results 1 – 13 of 13) sorted by relevance
48 bool HasValue() const { return has_value_; } in HasValue() function50 DCHECK(HasValue()); in Value()55 return this->HasValue() && this->Value() == value; in Is()59 return this->HasValue() && low <= this->Value() && this->Value() <= high; in IsInRange()74 return this->HasValue() && this->Value() > 0 && in IsPowerOf2()90 bool IsNaN() const { return this->HasValue() && std::isnan(this->Value()); } in IsNaN()120 bool IsFoldable() const { return left().HasValue() && right().HasValue(); } in IsFoldable()125 if (left().HasValue() && !right().HasValue()) { in PutConstantOnRight()
51 if (m.HasValue()) return ReplaceNumber(m.Value()); in Reduce()56 if (m.HasValue()) return ReplaceNumber(m.Value()); in Reduce()61 if (m.HasValue()) return ReplaceFloat64(m.Value()); in Reduce()75 if (m.HasValue()) return ReplaceInt32(DoubleToInt32(m.Value())); in Reduce()85 if (m.HasValue()) return ReplaceUint32(DoubleToUint32(m.Value())); in Reduce()95 if (m.HasValue()) return ReplaceNumber(FastUI2D(m.Value())); in Reduce()
393 if (m.HasValue()) return ReplaceFloat64(m.Value()); in Reduce()398 if (m.HasValue()) return ReplaceInt32(FastD2I(m.Value())); in Reduce()404 if (m.HasValue()) return ReplaceInt32(FastD2UI(m.Value())); in Reduce()410 if (m.HasValue()) return ReplaceFloat64(FastI2D(m.Value())); in Reduce()415 if (m.HasValue()) return ReplaceInt64(m.Value()); in Reduce()420 if (m.HasValue()) return ReplaceFloat64(FastUI2D(m.Value())); in Reduce()425 if (m.HasValue()) return ReplaceInt64(static_cast<uint64_t>(m.Value())); in Reduce()430 if (m.HasValue()) return ReplaceInt32(DoubleToInt32(m.Value())); in Reduce()436 if (m.HasValue()) return ReplaceInt32(static_cast<int32_t>(m.Value())); in Reduce()442 if (m.HasValue()) return ReplaceFloat32(DoubleToFloat32(m.Value())); in Reduce()
66 if (!m.HasValue()) { in ReduceJSLoadContext()114 if (!m.HasValue()) { in ReduceJSStoreContext()
38 if (!m.HasValue() || !m.Value().handle()->IsJSFunction()) return false; in HasBuiltinFunctionId()
375 if (!match.HasValue()) { in TryInlineCall()
20 struct HasValue { struct26 int &ir = f1(HasValue()); in g1() argument
46 int HasValue; member103 value->HasValue = 1; in update_const_value()217 counter_value.HasValue = 0; in try_unroll_loop()223 if(!counter_value.HasValue){ in try_unroll_loop()
50 CHECK(m.HasValue()); in CheckInt32Constant()56 CHECK(m.HasValue()); in CheckHeapConstant()63 CHECK(m.HasValue()); in CheckNumberConstant()
112 CHECK(match.HasValue()); in TEST()246 CHECK(match.HasValue()); in TEST()
28 if (!m.HasValue()) return false; in CanBeImmediate()414 if (IsSupported(ARMv7) && m.right().HasValue()) { in VisitWord32And()527 if (mleft.right().HasValue()) { in VisitWord32Shr()590 if (m.right().HasValue() && m.right().Value() > 0) { in VisitInt32Mul()
1224 bool HasValue = (Record[i++] == 4); in ParseAttributeGroupBlock() local1232 if (HasValue) { in ParseAttributeGroupBlock()
10835 * xmlreader.c: fixing HasValue for namespace as raised by