Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1194 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitAdd()
1732 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitSub()
H A DInstCombineInternal.h564 Instruction *narrowMathIfNoOverflow(BinaryOperator &I);
H A DInstCombineMulDivRem.cpp330 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitMul()
H A DInstructionCombining.cpp1501 Instruction *InstCombiner::narrowMathIfNoOverflow(BinaryOperator &BO) { in narrowMathIfNoOverflow() function in InstCombiner