Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateAShr

906       Value *In = Builder->CreateAShr(Op0, Sh, Op0->getName()+".lobit");
962 In = Builder->CreateAShr(In, ConstantInt::get(In->getType(),
1080 return BinaryOperator::CreateAShr(Builder->CreateShl(Res, ShAmt, "sext"),
1094 return BinaryOperator::CreateAShr(Res, ShAmt);
1124 return BinaryOperator::CreateAShr(A, ShAmtV);