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

  /src/external/gpl3/gcc/dist/gcc/
tree-chrec.cc 78 chrec_fold_plus (type, poly0, CHREC_LEFT (poly1)),
95 chrec_fold_plus (type, CHREC_LEFT (poly0), poly1),
115 left = chrec_fold_plus
117 right = chrec_fold_plus
189 t1 = chrec_fold_plus (type, t1, chrec_fold_multiply (type,
195 t1 = chrec_fold_plus (type, t1, t2);
280 chrec_fold_plus (type, CHREC_LEFT (op0), op1),
320 chrec_fold_plus (type, op0, CHREC_LEFT (op1)),
379 chrec_fold_plus (tree type,
649 return chrec_fold_plus (ctype, arg0, arg1)
378 chrec_fold_plus (tree type, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-chrec.cc 78 chrec_fold_plus (type, poly0, CHREC_LEFT (poly1)),
95 chrec_fold_plus (type, CHREC_LEFT (poly0), poly1),
115 left = chrec_fold_plus
117 right = chrec_fold_plus
189 t1 = chrec_fold_plus (type, t1, chrec_fold_multiply (type,
195 t1 = chrec_fold_plus (type, t1, t2);
276 chrec_fold_plus (type, CHREC_LEFT (op0), op1),
315 chrec_fold_plus (type, op0, CHREC_LEFT (op1)),
358 chrec_fold_plus (tree type,
567 return chrec_fold_plus (ctype, arg0, arg1)
357 chrec_fold_plus (tree type, function
    [all...]

Completed in 16 milliseconds