Home | History | Annotate | Download | only in InstCombine

Lines Matching full:eliminate

59 /// expression tree.  This is used to eliminate extraneous shifting from things
322 " to eliminate shift:\n IN: " << *Op0 << "\n SH: " << I <<"\n");
333 // shl i32 X, 32 = 0 and srl i8 Y, 9 = 0, ... just don't eliminate