Lines Matching defs:constant
898 /* If the constant is a record, the types of each of the entries in
900 * entry must also be a constant. Just move the nodes from the value_list
1018 * component of the constant being constructed.
1349 * There are cases where non-constant array index values can get constant
2262 ir_constant *constant = ir->as_constant();
2275 if (constant != NULL &&
2276 (constant->type->is_array() || constant->type->is_struct())) {
2277 for (unsigned int i = 0; i < constant->type->length; i++) {
2278 steal_memory(constant->const_elements[i], ir);
2379 return (var->data.read_only) ? "global constant" : "global variable";