Home
last modified time | relevance | path

Searched defs:VectorType (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DUniqueVector.h26 typedef typename std::vector<T> VectorType; typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/
H A DPassAnalysisSupport.h39 typedef SmallVector<AnalysisID, 32> VectorType; typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h37 class VectorType; variable
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DPass.cpp243 typedef AnalysisUsage::VectorType VectorType; typedef
H A DType.cpp703 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType() function in VectorType
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp171 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() function in VectorType
183 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType() function in VectorType
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go610 func VectorType(elementType Type, elementCount int) (t Type) { func