Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Cmp

454       if (ConstantInt *Cmp = dyn_cast<ConstantInt>(CmpRHS)) {
456 if (Pred == ICmpInst::ICMP_SGT && Cmp->isAllOnesValue()) {
459 } else if (Pred == ICmpInst::ICMP_SLT && Cmp->isNullValue()) {