Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1370 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitAdd()
2099 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitSub()
H A DInstCombineInternal.h606 Instruction *narrowMathIfNoOverflow(BinaryOperator &I);
H A DInstCombineMulDivRem.cpp376 if (Instruction *Ext = narrowMathIfNoOverflow(I)) in visitMul()
H A DInstructionCombining.cpp1599 Instruction *InstCombiner::narrowMathIfNoOverflow(BinaryOperator &BO) { in narrowMathIfNoOverflow() function in InstCombiner