Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Int128Ty

3843     llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128);
3844 Val0 = Builder.CreateZExt(Val0, Int128Ty);
3845 Val1 = Builder.CreateZExt(Val1, Int128Ty);
3847 Value *ShiftCst = llvm::ConstantInt::get(Int128Ty, 64);