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.h730 LLVM_ABI DICompositeType *createVectorType(uint64_t Size,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp720 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType() function in DIBuilder
H A DDebugInfo.cpp1418 return wrap(unwrap(Builder)->createVectorType(Size, AlignInBits, in LLVMDIBuilderCreateVectorType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp944 return DBuilder.createVectorType(/*Size*/ 0, Align, ElemTy, in CreateType()
1010 return DBuilder.createVectorType(/*Size=*/0, Align, ElemTy, in CreateType()
3521 return DBuilder.createVectorType(Size, Align, ElementTy, SubscriptArray); in CreateType()