Searched refs:strengthenRightShift (Results 1 – 1 of 1) sorted by relevance
109 bool strengthenRightShift(BinaryOperator *BO, Instruction *IVOperand);798 (isa<ShlOperator>(BO) && strengthenRightShift(BO, IVOperand)); in strengthenBinaryOp()827 bool SimplifyIndvar::strengthenRightShift(BinaryOperator *BO, in strengthenRightShift() function in SimplifyIndvar