Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateAShr

913       Value *In = Builder->CreateAShr(Op0, Sh, Op0->getName()+".lobit");
967 In = Builder->CreateAShr(In, ConstantInt::get(In->getType(),
986 Value *In = Builder->CreateAShr(Op0, VSh, Op0->getName()+".lobit");
1098 return BinaryOperator::CreateAShr(Builder->CreateShl(Res, ShAmt, "sext"),
1112 return BinaryOperator::CreateAShr(Res, ShAmt);
1142 return BinaryOperator::CreateAShr(A, ShAmtV);