Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDIBuilder.h521 DICompositeType *createVectorType(uint64_t Size, uint32_t AlignInBits,
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp562 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType() function in DIBuilder
H A DDebugInfo.cpp1129 return wrap(unwrap(Builder)->createVectorType(Size, AlignInBits, in LLVMDIBuilderCreateVectorType()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp753 return DBuilder.createVectorType(/*Size*/ 0, Align, ElemTy, in CreateType()
813 return DBuilder.createVectorType(/*Size=*/0, Align, ElemTy, in CreateType()
2884 return DBuilder.createVectorType(Size, Align, ElementTy, SubscriptArray); in CreateType()