Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:IC

586   const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
587 if (!IC || !IC->isEquality())
590 if (!match(IC->getOperand(1), m_Zero()))
594 Value *LHS = IC->getOperand(0);
639 ShouldNotVal ^= IC->getPredicate() == ICmpInst::ICMP_NE;