Searched defs:Int128Ty (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | LocalTest.cpp | 1310 IntegerType *Int128Ty = Type::getInt128Ty(Context); in TEST() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 411 llvm::Type *Int128Ty = llvm::IntegerType::get(CGF.getLLVMContext(), 128); EmitAtomicCmpXchg128ForMSIntrin() local 11043 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); EmitAArch64BuiltinExpr() local 11317 llvm::Type *Int128Ty = EmitAArch64BuiltinExpr() local 11379 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); EmitAArch64BuiltinExpr() local 11600 llvm::Type *Int128Ty = llvm::Type::getIntNTy(getLLVMContext(), 128); EmitAArch64BuiltinExpr() local 11604 llvm::Type *Int128Ty = llvm::Type::getIntNTy(getLLVMContext(), 128); EmitAArch64BuiltinExpr() local 16468 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); EmitX86BuiltinExpr() local 17280 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); EmitPPCBuiltinExpr() local [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1118 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; global() variable
|