HomeSort by relevance Sort by last modified time
    Searched refs:op_expr (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/compiler/glsl/
opt_algebraic.cpp 315 ir_expression *op_expr[4] = {NULL, NULL, NULL, NULL}; local
338 op_expr[i] = ir->operands[i]->as_expression();
346 if (op_expr[0] && op_expr[0]->operation == ir_unop_bit_not)
347 return op_expr[0]->operands[0];
351 if (op_expr[0] == NULL)
354 switch (op_expr[0]->operation) {
357 return abs(op_expr[0]->operands[0]);
364 if (op_expr[0] == NULL)
367 if (op_expr[0]->operation == ir_unop_neg)
    [all...]
opt_minmax.cpp 385 ir_expression *op_expr = expr->operands[1 - i]->as_expression(); local
386 if (op_expr && (op_expr->operation == ir_binop_min ||
387 op_expr->operation == ir_binop_max)) {
388 return prune_expression(op_expr, baserange);
416 ir_expression *op_expr = expr->operands[i]->as_expression(); local
417 if (op_expr && (op_expr->operation == ir_binop_min ||
418 op_expr->operation == ir_binop_max)) {
427 expr->operands[i] = prune_expression(op_expr, base)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-avr.c 856 expressionS op_expr; local
    [all...]

Completed in 328 milliseconds