Home | History | Annotate | Download | only in AST

Lines Matching refs:Int128Ty

390   InitBuiltinType(Int128Ty,            BuiltinType::Int128);
3488 return 7 + (getIntWidth(Int128Ty) << 3);
6111 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty;