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

  /src/external/gpl3/gcc/dist/gcc/
tree-chrec.cc 263 tree tem = chrec_convert (optype, op0, NULL);
265 return chrec_convert (type,
299 return chrec_convert (type,
302 chrec_convert (optype,
341 return chrec_convert (type,
343 chrec_convert (optype,
389 return chrec_convert (type, op1, NULL);
391 return chrec_convert (type, op0, NULL);
457 tree tem = chrec_convert (optype, op0, NULL);
459 return chrec_convert (type
1653 chrec_convert (tree type, tree chrec, gimple *at_stmt, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-chrec.cc 261 return chrec_convert (type,
263 chrec_convert (optype,
294 return chrec_convert (type,
297 chrec_convert (optype,
368 return chrec_convert (type, op1, NULL);
370 return chrec_convert (type, op0, NULL);
565 tree l = chrec_convert (ctype, CHREC_LEFT (chrec), NULL);
575 chrec_convert (ctype, chrec, NULL), binomial_n_k);
631 res = chrec_convert (type, chrec_evaluate (var, chrec, x, 0), NULL);
637 res = chrec_convert (TREE_TYPE (chrec)
1531 chrec_convert (tree type, tree chrec, gimple *at_stmt, function
    [all...]

Completed in 23 milliseconds