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

  /src/external/gpl3/gcc/dist/gcc/
tree-pretty-print.cc 1874 tree op1size = TYPE_SIZE (TREE_TYPE (op1type)); local
1876 if (!op0size || !op1size
1877 || !operand_equal_p (op0size, op1size, 0))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-pretty-print.cc 1670 tree op1size = TYPE_SIZE (TREE_TYPE (op1type)); local
1672 if (!op0size || !op1size
1673 || !operand_equal_p (op0size, op1size, 0))

Completed in 27 milliseconds