Searched refs:createVectorType (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 562 DICompositeType *createVectorType(uint64_t Size, uint32_t AlignInBits,
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 599 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType() function in DIBuilder
|
| H A D | DebugInfo.cpp | 1170 return wrap(unwrap(Builder)->createVectorType(Size, AlignInBits, in LLVMDIBuilderCreateVectorType()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 738 return DBuilder.createVectorType(/*Size*/ 0, Align, ElemTy, in CreateType() 800 return DBuilder.createVectorType(/*Size=*/0, Align, ElemTy, in CreateType() 3009 return DBuilder.createVectorType(Size, Align, ElementTy, SubscriptArray); in CreateType()
|