Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h323 Instruction *narrowMathIfNoOverflow(BinaryOperator &I);
H A DInstCombineAddSub.cpp1401 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitAdd()
1754 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitSub()
H A DInstCombineMulDivRem.cpp378 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitMul()
H A DInstructionCombining.cpp1763 Instruction *InstCombinerImpl::narrowMathIfNoOverflow(BinaryOperator &BO) { in narrowMathIfNoOverflow() function in InstCombinerImpl