Searched defs:Int128Ty (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 11132 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local 408 llvm::Type *Int128Ty = llvm::IntegerType::get(CGF.getLLVMContext(), 128); EmitAtomicCmpXchg128ForMSIntrin() local 10858 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); EmitAArch64BuiltinExpr() local 11194 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); EmitAArch64BuiltinExpr() local 11406 llvm::Type *Int128Ty = llvm::Type::getIntNTy(getLLVMContext(), 128); EmitAArch64BuiltinExpr() local 11410 llvm::Type *Int128Ty = llvm::Type::getIntNTy(getLLVMContext(), 128); EmitAArch64BuiltinExpr() local 16256 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); EmitX86BuiltinExpr() local 16933 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); EmitPPCBuiltinExpr() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1092 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; global() variable
|