Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CmpV

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