Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ShAmt

924       Value *ShAmt = llvm::ConstantInt::get(RHS->getType(),
926 return BinaryOperator::CreateExactAShr(Op0, ShAmt, I.getName());