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

References

lib/Analysis/InstructionSimplify.cpp
 3690     if (isa<OverflowingBinaryOperator>(B))
 3691       if (Q.IIQ.hasNoSignedWrap(B) || Q.IIQ.hasNoUnsignedWrap(B))
 3691       if (Q.IIQ.hasNoSignedWrap(B) || Q.IIQ.hasNoUnsignedWrap(B))
 3693     if (isa<PossiblyExactOperator>(B) && Q.IIQ.isExact(B))
 3693     if (isa<PossiblyExactOperator>(B) && Q.IIQ.isExact(B))
 3697       if (B->getOperand(0) == Op)
 3698         return SimplifyBinOp(B->getOpcode(), RepOp, B->getOperand(1), Q,
 3698         return SimplifyBinOp(B->getOpcode(), RepOp, B->getOperand(1), Q,
 3700       if (B->getOperand(1) == Op)
 3701         return SimplifyBinOp(B->getOpcode(), B->getOperand(0), RepOp, Q,
 3701         return SimplifyBinOp(B->getOpcode(), B->getOperand(0), RepOp, Q,