Searched defs:Int128Ty (Results 1 - 2 of 2) 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/include/clang/AST/
H A DASTContext.h682 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext

Completed in 365 milliseconds