Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int128Ty

4400     llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128);
4401 Val0 = Builder.CreateZExt(Val0, Int128Ty);
4402 Val1 = Builder.CreateZExt(Val1, Int128Ty);
4404 Value *ShiftCst = llvm::ConstantInt::get(Int128Ty, 64);