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

References

lib/Transforms/InstCombine/InstCombineInternal.h
  589     case Instruction::Add: return willNotOverflowAdd(LHS, RHS, CxtI, IsSigned);
  590     case Instruction::Sub: return willNotOverflowSub(LHS, RHS, CxtI, IsSigned);
  591     case Instruction::Mul: return willNotOverflowMul(LHS, RHS, CxtI, IsSigned);