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

References

lib/CodeGen/CodeGenPrepare.cpp
 3739   if (BinOp && isa<OverflowingBinaryOperator>(BinOp) &&
 3739   if (BinOp && isa<OverflowingBinaryOperator>(BinOp) &&
 3740       ((!IsSExt && BinOp->hasNoUnsignedWrap()) ||
 3741        (IsSExt && BinOp->hasNoSignedWrap())))