Lines Matching defs:value
64 double value[]) {
69 array.push_back(Literal::Make(line, value[index], &returnType.componentType()));
92 // of scalars and vectors, the scalars is interpreted as a vector containing the same value for
103 double value = startingState;
118 value = coalesce(value, *arg0Value, *arg1Value);
120 // If coalescing the intrinsic yields a non-finite value, do not optimize.
121 if (!std::isfinite(value)) {
127 value = finalize(value);
130 return Literal::Make(line, value, &returnType);
202 // Equivalent to constructing a new compound value containing the results from:
209 // of scalars and compounds, scalars are interpreted as a compound containing the same value for
239 // If evaluation of the intrinsic yields a non-finite value, do not optimize.
332 // Interpret `val` as a value of type T1.
335 // Reinterpret those bits as a value of type T2.
338 // Return the value-of-type-T2 as a double. (Non-finite values will prohibit optimization.)
662 double kValue = k->as<Literal>().value();
863 functionValue->as<TypeReference>().value(),