Home
last modified time | relevance | path

Searched refs:Int128Ty (Results 1 – 10 of 10) sorted by relevance

/external/llvm/unittests/IR/
DConstantsTest.cpp118 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128); in TEST() local
119 Constant *Zero128 = Constant::getNullValue(Int128Ty); in TEST()
/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp132 return getTBAAInfo(Context.Int128Ty); in getTBAAInfo()
/external/clang/include/clang/AST/
DBuiltinTypes.def120 SIGNED_TYPE(Int128, Int128Ty)
DASTContext.h747 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/AST/
DASTContext.cpp841 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(Int128Ty); in getInt128Decl()
927 InitBuiltinType(Int128Ty, BuiltinType::Int128); in InitBuiltinTypes()
4315 return 7 + (getIntWidth(Int128Ty) << 3); in getIntegerRank()
7582 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaType.cpp871 Result = Context.Int128Ty; in ConvertDeclSpecToType()
DSemaDeclAttr.cpp3659 NewTy = S.Context.Int128Ty; in handleModeAttr()
DSemaOverload.cpp6630 &ASTContext::Int128Ty, in getArithmeticType()
DSemaExpr.cpp3126 Ty = Context.Int128Ty; in ActOnNumericConstant()
/external/clang/lib/Serialization/
DASTReader.cpp5225 case PREDEF_TYPE_INT128_ID: T = Context.Int128Ty; break; in GetType()