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

References

lib/Analysis/InstructionSimplify.cpp
 2625   Type *ITy = GetCompareTy(RHS); // The return type.
 2633     if (Pred == ICmpInst::ICMP_SLT && match(RHS, m_Zero()))
 2635     if (Pred == ICmpInst::ICMP_SGT && match(RHS, m_AllOnes()))
 2640   if (!match(RHS, m_APInt(C)))