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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.cc 523 constant_type (tree t) function
556 if (constant_type (oeb->op) != constant_type (oea->op))
557 return constant_type (oea->op) - constant_type (oeb->op);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.cc 522 constant_type (tree t) function
555 if (constant_type (oeb->op) != constant_type (oea->op))
556 return constant_type (oea->op) - constant_type (oeb->op);

Completed in 34 milliseconds