Home
last modified time | relevance | path

Searched refs:minNumElements (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h449 static LLVMScalableVectorType get(Type elementType, unsigned minNumElements);
452 unsigned minNumElements);
467 Type elementType, unsigned minNumElements);
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp709 unsigned minNumElements) { in get() argument
711 return Base::get(elementType.getContext(), elementType, minNumElements); in get()
716 Type elementType, unsigned minNumElements) { in getChecked() argument
719 minNumElements); in getChecked()