Searched refs:createVectorType (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DIBuilder.h | 286 DIType createVectorType(uint64_t Size, uint64_t AlignInBits,
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 370 DICompositeType *createVectorType(uint64_t Size, uint64_t AlignInBits,
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 437 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType() function in DIBuilder
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DIBuilder.cpp | 548 DIType DIBuilder::createVectorType(uint64_t Size, uint64_t AlignInBits, in createVectorType() function in DIBuilder
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2063 return DBuilder.createVectorType(Size, Align, ElementTy, SubscriptArray); in CreateType()
|