Home
last modified time | relevance | path

Searched refs:createVectorType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h562 DICompositeType *createVectorType(uint64_t Size, uint32_t AlignInBits,
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp599 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType() function in DIBuilder
H A DDebugInfo.cpp1170 return wrap(unwrap(Builder)->createVectorType(Size, AlignInBits, in LLVMDIBuilderCreateVectorType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp738 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()