Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:IC

598   const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
599 if (!IC || !IC->isEquality())
602 if (!match(IC->getOperand(1), m_Zero()))
606 Value *LHS = IC->getOperand(0);
651 ShouldNotVal ^= IC->getPredicate() == ICmpInst::ICMP_NE;