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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 3692     NoOp0WrapProblem =
 3716   if ((A == Op1 || B == Op1) && NoOp0WrapProblem)
 3727   if (A && C && (A == C || A == D || B == C || B == D) && NoOp0WrapProblem &&
 3753   if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT &&
 3758   if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE &&
 3763   if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLE && match(B, m_One()))
 3767   if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGT && match(B, m_One()))
 3798   if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_ULE && match(B, m_One()))
 3802   if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_UGT && match(B, m_One()))
 3820   if (A && C && NoOp0WrapProblem && NoOp1WrapProblem &&
 3857   if (A == Op1 && NoOp0WrapProblem)
 3880   if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem)
 3884   if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem)
 3888   if (NoOp0WrapProblem && ICmpInst::isSigned(Pred)) {