Searched defs:Int128Ty (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/AFLplusplus/instrumentation/ |
H A D | cmplog-instructions-pass.cc | 166 IntegerType *Int128Ty = IntegerType::getInt128Ty(C); in hookInstrs() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | ConstantsTest.cpp | 124 IntegerType *Int128Ty = Type::getIntNTy(Context, 128); in TEST() local
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 217 llvm::Type *Int128Ty = llvm::Type::getIntNTy(*Context, 128); in isStepOptSupported() local
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | ASTContext.h | 901 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ASTContext.h | 1100 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ASTContext.h | 1095 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ASTContext.h | 1095 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ASTContext.h | 1092 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 4877 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local
|