Home | History | Annotate | Download | only in InstCombine

Lines Matching full:cmpv

3799         APInt CmpV = Cst1->getValue().zext(ASize);
3800 CmpV <<= ShAmt;
3803 return new ICmpInst(I.getPredicate(), Mask, Builder->getInt(CmpV));