Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h570 DICompositeType *createVectorType(uint64_t Size, uint32_t AlignInBits,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp589 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType() function in DIBuilder
H A DDebugInfo.cpp1319 return wrap(unwrap(Builder)->createVectorType(Size, AlignInBits, in LLVMDIBuilderCreateVectorType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp784 return DBuilder.createVectorType(/*Size*/ 0, Align, ElemTy, in CreateType()
846 return DBuilder.createVectorType(/*Size=*/0, Align, ElemTy, in CreateType()
3171 return DBuilder.createVectorType(Size, Align, ElementTy, SubscriptArray); in CreateType()