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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.cc 726 get_unary_op (tree name, enum tree_code opcode) function
875 negateop = get_unary_op (curr->op, NEGATE_EXPR);
876 notop = get_unary_op (curr->op, BIT_NOT_EXPR);
960 notop = get_unary_op (curr->op, BIT_NOT_EXPR);
tree-ssa-reassoc.cc 726 get_unary_op (tree name, enum tree_code opcode) function
875 negateop = get_unary_op (curr->op, NEGATE_EXPR);
876 notop = get_unary_op (curr->op, BIT_NOT_EXPR);
960 notop = get_unary_op (curr->op, BIT_NOT_EXPR);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.cc 722 get_unary_op (tree name, enum tree_code opcode) function
871 negateop = get_unary_op (curr->op, NEGATE_EXPR);
872 notop = get_unary_op (curr->op, BIT_NOT_EXPR);
956 notop = get_unary_op (curr->op, BIT_NOT_EXPR);
tree-ssa-reassoc.cc 722 get_unary_op (tree name, enum tree_code opcode) function
871 negateop = get_unary_op (curr->op, NEGATE_EXPR);
872 notop = get_unary_op (curr->op, BIT_NOT_EXPR);
956 notop = get_unary_op (curr->op, BIT_NOT_EXPR);

Completed in 60 milliseconds