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

  /src/external/gpl3/gcc/dist/gcc/
fold-const-call.cc 625 fold_const_reduction (tree type, tree arg, tree_code code) function
1364 return fold_const_reduction (type, arg, PLUS_EXPR);
1367 return fold_const_reduction (type, arg, MAX_EXPR);
1370 return fold_const_reduction (type, arg, MIN_EXPR);
1373 return fold_const_reduction (type, arg, BIT_AND_EXPR);
1376 return fold_const_reduction (type, arg, BIT_IOR_EXPR);
1379 return fold_const_reduction (type, arg, BIT_XOR_EXPR);
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const-call.cc 629 fold_const_reduction (tree type, tree arg, tree_code code) function
1306 return fold_const_reduction (type, arg, PLUS_EXPR);
1309 return fold_const_reduction (type, arg, MAX_EXPR);
1312 return fold_const_reduction (type, arg, MIN_EXPR);
1315 return fold_const_reduction (type, arg, BIT_AND_EXPR);
1318 return fold_const_reduction (type, arg, BIT_IOR_EXPR);
1321 return fold_const_reduction (type, arg, BIT_XOR_EXPR);

Completed in 190 milliseconds