Searched refs:createVectorType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 570 DICompositeType *createVectorType(uint64_t Size, uint32_t AlignInBits,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 589 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType() function in DIBuilder
|
| H A D | DebugInfo.cpp | 1319 return wrap(unwrap(Builder)->createVectorType(Size, AlignInBits, in LLVMDIBuilderCreateVectorType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 784 return DBuilder.createVectorType(/*Size*/ 0, Align, ElemTy, in CreateType() 846 return DBuilder.createVectorType(/*Size=*/0, Align, ElemTy, in CreateType() 3171 return DBuilder.createVectorType(Size, Align, ElementTy, SubscriptArray); in CreateType()
|