Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ShAmt

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