Lines Matching refs:ir_constant
57 minmax_range(ir_constant *low = NULL, ir_constant *high = NULL) in minmax_range()
68 ir_constant *low;
69 ir_constant *high;
93 compare_components(ir_constant *a, ir_constant *b) in compare_components()
167 static ir_constant *
168 combine_constant(bool ismin, ir_constant *a, ir_constant *b) in combine_constant()
171 ir_constant *c = a->clone(mem_ctx, NULL); in combine_constant()
201 static ir_constant *
202 smaller_constant(ir_constant *a, ir_constant *b) in smaller_constant()
216 static ir_constant *
217 larger_constant(ir_constant *a, ir_constant *b) in larger_constant()
296 ir_constant *c = rval->as_constant(); in get_range()
403 ir_constant *a = expr->operands[0]->as_constant(); in prune_expression()
404 ir_constant *b = expr->operands[1]->as_constant(); in prune_expression()
437 ir_constant *a = expr->operands[0]->as_constant(); in prune_expression()
438 ir_constant *b = expr->operands[1]->as_constant(); in prune_expression()