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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 2281       B = LHS0;
 2282       if (PredR == ICmpInst::ICMP_ULT && LHS0 == RHS->getOperand(1))
 2284       else if (PredR == ICmpInst::ICMP_UGT && LHS0 == RHS0)
 2292         A = LHS0;
 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))))
 2341         return Builder.CreateICmpULE(LHS0, LHSC);
 2346   if (LHS0 != RHS0)
 2395         return insertRangeTest(LHS0, LHSC->getValue() + 1, RHSC->getValue() + 1,
 2402         return insertRangeTest(LHS0, LHSC->getValue() + 1, RHSC->getValue() + 1,
 2415         return insertRangeTest(LHS0, LHSC->getValue(), RHSC->getValue(),
 2420       return insertRangeTest(LHS0, LHSC->getValue(), RHSC->getValue() + 1,
 2431         return insertRangeTest(LHS0, LHSC->getValue(), RHSC->getValue(),
 2437       return insertRangeTest(LHS0, LHSC->getValue(), RHSC->getValue() + 1, true,