Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ShAmt

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