Lines Matching defs:underlying
20 /// This lattice represents a single underlying value for an SSA value.
23 /// Create an underlying value state with a known underlying value.
30 /// Returns the underlying value.
36 /// Join two underlying values. If there are conflicting underlying values,
49 /// Compare underlying values.
185 /// edges to determine single underlying values for block arguments. This
193 /// The underlying value of the results of an operation are not known.
206 /// At an entry point, the underlying value of a value is itself.
212 /// Look for the most underlying value of a value.
217 const UnderlyingValueLattice *underlying;
219 underlying = getUnderlyingValueFn(value);
220 if (!underlying || underlying->getValue().isUninitialized())
222 Value underlyingValue = underlying->getValue().getUnderlyingValue();