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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 2934         Constant *SubC = ConstantExpr::getSub(RHS, cast<Constant>(BOp1));
 2957         return new ICmpInst(Pred, BOp0, ConstantExpr::getXor(RHS, BOC));
 2969         Constant *SubC = ConstantExpr::getSub(cast<Constant>(BOp0), RHS);
 2979     if (match(BOp1, m_APInt(BOC)) && BO->hasOneUse() && RHS->isAllOnesValue()) {
 2995                             BO, Constant::getNullValue(RHS->getType()));
 3006         return new ICmpInst(Pred, BOp0, Constant::getNullValue(RHS->getType()));