Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h286 DIType createVectorType(uint64_t Size, uint64_t AlignInBits,
/external/llvm/include/llvm/IR/
DDIBuilder.h370 DICompositeType *createVectorType(uint64_t Size, uint64_t AlignInBits,
/external/llvm/lib/IR/
DDIBuilder.cpp437 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType() function in DIBuilder
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp548 DIType DIBuilder::createVectorType(uint64_t Size, uint64_t AlignInBits, in createVectorType() function in DIBuilder
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2063 return DBuilder.createVectorType(Size, Align, ElementTy, SubscriptArray); in CreateType()