Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDIBuilder.h565 DICompositeType *createVectorType(uint64_t Size, uint32_t AlignInBits,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp603 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType() function in DIBuilder
H A DDebugInfo.cpp1225 return wrap(unwrap(Builder)->createVectorType(Size, AlignInBits, in LLVMDIBuilderCreateVectorType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp755 return DBuilder.createVectorType(/*Size*/ 0, Align, ElemTy, in CreateType()
817 return DBuilder.createVectorType(/*Size=*/0, Align, ElemTy, in CreateType()
3026 return DBuilder.createVectorType(Size, Align, ElementTy, SubscriptArray); in CreateType()