Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp350 llvm::Type *Int128Ty = llvm::IntegerType::get(CGF.getLLVMContext(), 128); in EmitAtomicCmpXchg128ForMSIntrin() local
9439 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local
9737 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local
9835 llvm::Type *Int128Ty = llvm::Type::getIntNTy(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local
9839 llvm::Type *Int128Ty = llvm::Type::getIntNTy(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local
14674 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitX86BuiltinExpr() local
15335 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitPPCBuiltinExpr() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h1054 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable