Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ShiftCst

1650     Value *ShiftCst = llvm::ConstantInt::get(Int64Ty, 32);
1651 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */);