Home
last modified time | relevance | path

Searched defs:Int128Ty (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/IR/
DConstantsTest.cpp118 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128); in TEST() local
/external/clang/include/clang/AST/
DASTContext.h779 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3843 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local