Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ShiftAmt

298   auto ShiftAmt = ConstantInt::get(SVT, Count.zextOrTrunc(BitWidth));
299 auto ShiftVec = Builder.CreateVectorSplat(VWidth, ShiftAmt);