Searched refs:GetReal (Results 1 – 3 of 3) sorted by relevance
363 Node* value_node = top->GetReal(); in EnsureValid()424 Node* value = iterator.GetReal(); in size()
270 Node* GetReal() const;276 return IsReal() ? GetReal() : empty_value; in Get()
272 Node* SparseInputMask::InputIterator::GetReal() const { in GetReal() function in v8::internal::compiler::SparseInputMask::InputIterator