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

  /src/external/gpl3/gcc/dist/gcc/
tree-chrec.cc 494 tree uop1 = chrec_convert_rhs (utype, op1);
495 tree uleft0 = chrec_convert_rhs (utype, CHREC_LEFT (op0));
496 tree uright0 = chrec_convert_rhs (utype, CHREC_RIGHT (op0));
501 return chrec_convert_rhs (type, tem);
717 res = chrec_convert_rhs (type, res, NULL);
729 res = chrec_convert_rhs (utype, x, NULL);
1525 chrec_convert_rhs (tree type, tree chrec, gimple *at_stmt)
1521 chrec_convert_rhs (tree type, tree chrec, gimple *at_stmt) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree-chrec.cc 624 x = chrec_convert_rhs (type, x, NULL);
1403 chrec_convert_rhs (tree type, tree chrec, gimple *at_stmt)
1399 chrec_convert_rhs (tree type, tree chrec, gimple *at_stmt) function

Completed in 17 milliseconds