Home
last modified time | relevance | path

Searched refs:narrowMathIfNoOverflow (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h325 Instruction *narrowMathIfNoOverflow(BinaryOperator &I);
H A DInstCombineAddSub.cpp1401 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitAdd()
1775 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitSub()
H A DInstCombineMulDivRem.cpp378 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitMul()
H A DInstructionCombining.cpp1804 Instruction *InstCombinerImpl::narrowMathIfNoOverflow(BinaryOperator &BO) { in narrowMathIfNoOverflow() function in InstCombinerImpl