Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h328 Instruction *narrowMathIfNoOverflow(BinaryOperator &I);
H A DInstCombineAddSub.cpp1458 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitAdd()
1964 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitSub()
H A DInstCombineMulDivRem.cpp471 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitMul()
H A DInstructionCombining.cpp1898 Instruction *InstCombinerImpl::narrowMathIfNoOverflow(BinaryOperator &BO) { in narrowMathIfNoOverflow() function in InstCombinerImpl