Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ShAmt

962         Constant *ShAmt = ConstantInt::get(I.getType(), ExtendAmt);
963 Value *NewShl = Builder->CreateShl(XorLHS, ShAmt, "sext");
964 return BinaryOperator::CreateAShr(NewShl, ShAmt);