HomeSort by: relevance | last modified time | path
    Searched defs:mult_op0 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 980 tree mult_op0, t1, t2, type;
997 mult_op0 = TREE_OPERAND (offset, 0);
1000 if (TREE_CODE (mult_op0) == PLUS_EXPR)
1002 if (TREE_CODE (TREE_OPERAND (mult_op0, 1)) == INTEGER_CST)
1004 t2 = TREE_OPERAND (mult_op0, 0);
1005 c2 = wi::to_offset (TREE_OPERAND (mult_op0, 1));
1010 else if (TREE_CODE (mult_op0) == MINUS_EXPR)
1012 if (TREE_CODE (TREE_OPERAND (mult_op0, 1)) == INTEGER_CST)
1014 t2 = TREE_OPERAND (mult_op0, 0);
1015 c2 = -wi::to_offset (TREE_OPERAND (mult_op0, 1))
976 tree mult_op0, t1, t2, type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 980 tree mult_op0, t1, t2, type;
997 mult_op0 = TREE_OPERAND (offset, 0);
1000 if (TREE_CODE (mult_op0) == PLUS_EXPR)
1002 if (TREE_CODE (TREE_OPERAND (mult_op0, 1)) == INTEGER_CST)
1004 t2 = TREE_OPERAND (mult_op0, 0);
1005 c2 = wi::to_widest (TREE_OPERAND (mult_op0, 1));
1010 else if (TREE_CODE (mult_op0) == MINUS_EXPR)
1012 if (TREE_CODE (TREE_OPERAND (mult_op0, 1)) == INTEGER_CST)
1014 t2 = TREE_OPERAND (mult_op0, 0);
1015 c2 = -wi::to_widest (TREE_OPERAND (mult_op0, 1))
976 tree mult_op0, t1, t2, type; local
    [all...]

Completed in 37 milliseconds