Lines Matching refs:const_value
2381 const struct dxil_value *const_value = get_int_const(m, type, value);
2382 if (!const_value)
2385 return dxil_get_metadata_value(m, type, const_value);
2395 const struct dxil_value *const_value = get_int_const(m, type, value);
2396 if (!const_value)
2399 return dxil_get_metadata_value(m, type, const_value);
2409 const struct dxil_value *const_value = get_int_const(m, type, value);
2410 if (!const_value)
2413 return dxil_get_metadata_value(m, type, const_value);
2423 const struct dxil_value *const_value = get_int_const(m, type, value);
2424 if (!const_value)
2427 return dxil_get_metadata_value(m, type, const_value);
2437 const struct dxil_value *const_value = dxil_module_get_float_const(m, value);
2438 if (!const_value)
2441 return dxil_get_metadata_value(m, type, const_value);