Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICmp

1150     if (ICmpInst* ICmp = dyn_cast<ICmpInst>(IIOperand)) {
1151 Value *LHS = ICmp->getOperand(0);
1152 Value *RHS = ICmp->getOperand(1);
1153 if (ICmpInst::ICMP_NE == ICmp->getPredicate() &&