Lines Matching defs:value
77 // Helper function for return nodes, because returns have a hidden value input.
191 RelocatablePtrConstantInfo(int32_t value, RelocInfo::Mode rmode)
192 : value_(value), rmode_(rmode), type_(kInt32) {}
193 RelocatablePtrConstantInfo(int64_t value, RelocInfo::Mode rmode)
194 : value_(value), rmode_(rmode), type_(kInt64) {}
196 intptr_t value() const { return value_; }
217 // value.
245 // Get the current sparse input's real node value. Only valid if the
249 // Advance to the next real value or the end. Only valid if the iterator is
264 // True if the current sparse input is an empty value.
295 // represented sparsely. If the bitmask value is 0, then the inputs are dense;
305 // value count.
391 IfValueParameters(int32_t value, int32_t comparison_order,
393 : value_(value), comparison_order_(comparison_order), hint_(hint) {}
395 int32_t value() const { return value_; }
463 // A dummy value node temporarily used as input when the actual value doesn't
485 const Operator* IfValue(int32_t value, int32_t order = 0,
509 const Operator* TaggedIndexConstant(int32_t value);
519 const Operator* RelocatableInt32Constant(int32_t value,
521 const Operator* RelocatableInt64Constant(int64_t value,
667 // receiver) and returns the number of value outputs of the start node.
717 // {Parameter} indices start at -1, so value outputs of {Start} look like