Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h392 Instruction *narrowMathIfNoOverflow(BinaryOperator &I);
H A DInstCombineAddSub.cpp1630 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitAdd()
2170 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitSub()
H A DInstCombineMulDivRem.cpp527 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitMul()
H A DInstructionCombining.cpp2259 Instruction *InstCombinerImpl::narrowMathIfNoOverflow(BinaryOperator &BO) { in narrowMathIfNoOverflow() function in InstCombinerImpl