Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CmpV

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