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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 2283         A = RHS0;
 2284       else if (PredR == ICmpInst::ICMP_UGT && LHS0 == RHS0)
 2290       B = RHS0;
 2291       if (PredL == ICmpInst::ICMP_ULT && RHS0 == LHS->getOperand(1))
 2293       else if (PredL == ICmpInst::ICMP_UGT && LHS0 == RHS0)
 2330       Value *NewOr = Builder.CreateOr(LHS0, RHS0);
 2339     if (match(LHS0, m_Add(m_Specific(RHS0), m_ConstantInt(AddC))))
 2346   if (LHS0 != RHS0)