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

  /src/external/gpl3/gcc/dist/gcc/
tree-chrec.cc 700 tree chrecl = CHREC_LEFT (chrec);
703 chrec_apply (var, chrecl, x),
707 else if (operand_equal_p (chrecl, chrecr)
739 res = chrec_fold_plus (type, chrecl, res);
744 chrec_convert (utype, chrecl, NULL),
698 tree chrecl = CHREC_LEFT (chrec); local

Completed in 46 milliseconds