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

References

lib/Analysis/ValueTracking.cpp
 5664   if (!match(LHS, m_APInt(C)) && !match(RHS, m_APInt(C)))
 5664   if (!match(LHS, m_APInt(C)) && !match(RHS, m_APInt(C)))
 5669       Upper = *C + 1;
 5672       Lower = *C;
 5676       Upper = *C + 1;
 5679       Lower = *C;