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

References

lib/Analysis/ValueTracking.cpp
 4707   if ((CmpLHS == TrueVal && match(FalseVal, m_APInt(C2))) ||
 4708       (CmpLHS == FalseVal && match(TrueVal, m_APInt(C2)))) {
 4713         C2->isMaxSignedValue())
 4720         C2->isMinSignedValue())
 4728       match(FalseVal, m_APInt(C2)) && ~(*C1) == *C2)
 4728       match(FalseVal, m_APInt(C2)) && ~(*C1) == *C2)
 4734       match(TrueVal, m_APInt(C2)) && ~(*C1) == *C2)
 4734       match(TrueVal, m_APInt(C2)) && ~(*C1) == *C2)