reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  601   Instruction *narrowMathIfNoOverflow(BinaryOperator &I);

References

lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1372   if (Instruction *Ext = narrowMathIfNoOverflow(I))
 2012   if (Instruction *Ext = narrowMathIfNoOverflow(I))
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  376   if (Instruction *Ext = narrowMathIfNoOverflow(I))