Home
last modified time | relevance | path

Searched refs:NumEl (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h409 ArrayType(Type *ElType, uint64_t NumEl);
446 VectorType(Type *ElType, unsigned NumEl, bool Scalable = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp584 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument
585 : SequentialType(ArrayTyID, ElType, NumEl) {} in ArrayType()