Home
last modified time | relevance | path

Searched refs:HasValue (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h48 bool HasValue() const { return has_value_; } in HasValue() function
50 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()
Dsimplified-operator-reducer.cc51 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()
Dmachine-operator-reducer.cc393 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()
Djs-context-specialization.cc66 if (!m.HasValue()) { in ReduceJSLoadContext()
114 if (!m.HasValue()) { in ReduceJSStoreContext()
Djs-builtin-reducer.cc38 if (!m.HasValue() || !m.Value().handle()->IsJSFunction()) return false; in HasBuiltinFunctionId()
Djs-inlining.cc375 if (!match.HasValue()) { in TryInlineCall()
/external/clang/test/SemaTemplate/
Ddefault-arguments-cxx0x.cpp20 struct HasValue { struct
26 int &ir = f1(HasValue()); in g1() argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c46 int HasValue; member
103 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()
/external/v8/test/cctest/compiler/
Dtest-representation-change.cc50 CHECK(m.HasValue()); in CheckInt32Constant()
56 CHECK(m.HasValue()); in CheckHeapConstant()
63 CHECK(m.HasValue()); in CheckNumberConstant()
Dtest-js-context-specialization.cc112 CHECK(match.HasValue()); in TEST()
246 CHECK(match.HasValue()); in TEST()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc28 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()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1224 bool HasValue = (Record[i++] == 4); in ParseAttributeGroupBlock() local
1232 if (HasValue) { in ParseAttributeGroupBlock()
/external/libxml2/
DChangeLog10835 * xmlreader.c: fixing HasValue for namespace as raised by