Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ShiftCst

3115     Value *ShiftCst = llvm::ConstantInt::get(Int64Ty, 32);
3116 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */);
3847 Value *ShiftCst = llvm::ConstantInt::get(Int128Ty, 64);
3848 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */);