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

  /src/external/gpl3/gcc/dist/gcc/
tree-chrec.cc 1875 evolution_function_right_is_integer_cst (const_tree chrec)
1888 || evolution_function_right_is_integer_cst (CHREC_LEFT (chrec)));
1891 return evolution_function_right_is_integer_cst (TREE_OPERAND (chrec, 0));
1871 evolution_function_right_is_integer_cst (const_tree chrec) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree-chrec.cc 1753 evolution_function_right_is_integer_cst (const_tree chrec)
1766 || evolution_function_right_is_integer_cst (CHREC_LEFT (chrec)));
1769 return evolution_function_right_is_integer_cst (TREE_OPERAND (chrec, 0));
1749 evolution_function_right_is_integer_cst (const_tree chrec) function

Completed in 24 milliseconds