Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h604 DICompositeType *createVectorType(uint64_t Size, uint32_t AlignInBits,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp616 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType() function in DIBuilder
H A DDebugInfo.cpp1324 return wrap(unwrap(Builder)->createVectorType(Size, AlignInBits, in LLVMDIBuilderCreateVectorType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp794 return DBuilder.createVectorType(/*Size*/ 0, Align, ElemTy, in CreateType()
856 return DBuilder.createVectorType(/*Size=*/0, Align, ElemTy, in CreateType()
3297 return DBuilder.createVectorType(Size, Align, ElementTy, SubscriptArray); in CreateType()