Searched defs:Int128Ty (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/unittests/IR/ |
| D | ConstantsTest.cpp | 124 IntegerType *Int128Ty = Type::getIntNTy(Context, 128); in TEST() local
|
| /external/llvm-project/llvm/unittests/IR/ |
| D | ConstantsTest.cpp | 123 IntegerType *Int128Ty = Type::getIntNTy(Context, 128); in TEST() local
|
| /external/clang/include/clang/AST/ |
| D | ASTContext.h | 901 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | ASTContext.h | 970 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 346 llvm::Type *Int128Ty = llvm::IntegerType::get(CGF.getLLVMContext(), 128); in EmitAtomicCmpXchg128ForMSIntrin() local 8955 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local 9323 llvm::Type *Int128Ty = llvm::Type::getIntNTy(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local 14095 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitX86BuiltinExpr() local
|
| /external/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 4877 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local
|