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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  820   if (JoinedByAnd && Pred != ICmpInst::ICMP_NE)
  822   if (!JoinedByAnd && Pred != ICmpInst::ICMP_EQ)
  851     auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE;