Searched refs:chrec_fold_automatically_generated_operands (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-chrec.cc | 209 chrec_fold_automatically_generated_operands (tree op0, in chrec_fold_automatically_generated_operands() function 236 return chrec_fold_automatically_generated_operands (op0, op1); in chrec_fold_plus_1() 364 return chrec_fold_automatically_generated_operands (op0, op1); in chrec_fold_plus() 388 return chrec_fold_automatically_generated_operands (op0, op1); in chrec_fold_minus() 405 return chrec_fold_automatically_generated_operands (op0, op1); in chrec_fold_multiply()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-chrec.c | 209 chrec_fold_automatically_generated_operands (tree op0, in chrec_fold_automatically_generated_operands() function 236 return chrec_fold_automatically_generated_operands (op0, op1); in chrec_fold_plus_1() 364 return chrec_fold_automatically_generated_operands (op0, op1); in chrec_fold_plus() 388 return chrec_fold_automatically_generated_operands (op0, op1); in chrec_fold_minus() 405 return chrec_fold_automatically_generated_operands (op0, op1); in chrec_fold_multiply()
|