Searched refs:getInt128Ty (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Type.h | 440 static IntegerType *getInt128Ty(LLVMContext &C);
|
| H A D | IRBuilder.h | 511 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); } in getInt128Ty() function
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Type.cpp | 241 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty() function in Type 322 case 128: return cast<IntegerType>(Type::getInt128Ty(C)); in get()
|
| H A D | Core.cpp | 595 return (LLVMTypeRef) Type::getInt128Ty(*unwrap(C)); in LLVMInt128TypeInContext()
|
| /llvm-project-15.0.7/polly/lib/Exchange/ |
| H A D | JSONExporter.cpp | 614 {"i128", Type::getInt128Ty(LLVMContext)}}; in parseTextType()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 336 return FixedVectorType::get(Type::getInt128Ty(Context), 1); in getTypeForEVT()
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 4712 AllocaInst *ValPtr128 = Builder.CreateAlloca(Builder.getInt128Ty()); in TEST_F() 4714 Builder.CreateLoad(Builder.getInt128Ty(), ValPtr128, "bodygen.load"); in TEST_F() 4718 AllocaInst *Local128 = Builder.CreateAlloca(Builder.getInt128Ty(), nullptr, in TEST_F() 4931 AllocaInst *ValPtr128 = Builder.CreateAlloca(Builder.getInt128Ty()); in TEST_F() 4933 Builder.CreateLoad(Builder.getInt128Ty(), ValPtr128, "bodygen.load"); in TEST_F() 4940 AllocaInst *Local128 = Builder.CreateAlloca(Builder.getInt128Ty(), nullptr, in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 385 Int128PtrTy = PointerType::getUnqual(IRB.getInt128Ty()); in instrumentModule()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | ScalarEvolutionTest.cpp | 711 Type *I128Ty = Type::getInt128Ty(Context); in TEST_F()
|