Searched refs:narrowMathIfNoOverflow (Results 1 – 4 of 4) sorted by relevance
1194 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitAdd()1732 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitSub()
564 Instruction *narrowMathIfNoOverflow(BinaryOperator &I);
330 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitMul()
1501 Instruction *InstCombiner::narrowMathIfNoOverflow(BinaryOperator &BO) { in narrowMathIfNoOverflow() function in InstCombiner