Searched refs:Int128Ty (Results 1 - 9 of 9) sorted by relevance

/external/llvm/unittests/VMCore/
H A DConstantsTest.cpp115 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128); local
116 Constant *Zero128 = Constant::getNullValue(Int128Ty);
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp117 return getTBAAInfo(Context.Int128Ty);
/external/clang/include/clang/AST/
H A DASTContext.h682 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp690 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(Int128Ty);
762 InitBuiltinType(Int128Ty, BuiltinType::Int128);
4000 return 7 + (getIntWidth(Int128Ty) << 3);
6948 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty;
/external/clang/lib/Sema/
H A DSemaType.cpp730 Result = Context.Int128Ty;
H A DSemaDeclAttr.cpp3343 NewTy = S.Context.Int128Ty;
H A DSemaOverload.cpp6419 &ASTContext::Int128Ty,
H A DSemaExpr.cpp2849 Ty = Context.Int128Ty;
/external/clang/lib/Serialization/
H A DASTReader.cpp4440 case PREDEF_TYPE_INT128_ID: T = Context.Int128Ty; break;

Completed in 966 milliseconds