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

References

lib/Analysis/ValueTracking.cpp
 4702   if (!match(CmpRHS, m_APInt(C1)))
 4712     if (Pred == CmpInst::ICMP_SLT && C1->isNullValue() &&
 4719     if (Pred == CmpInst::ICMP_SGT && C1->isAllOnesValue() &&
 4728       match(FalseVal, m_APInt(C2)) && ~(*C1) == *C2)
 4734       match(TrueVal, m_APInt(C2)) && ~(*C1) == *C2)