Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp323 } else if (auto *sVectorTy = dyn_cast<llvm::ScalableVectorType>(llvmType)) { in getLLVMConstant() local
324 elementType = sVectorTy->getElementType(); in getLLVMConstant()
325 numElements = sVectorTy->getMinNumElements(); in getLLVMConstant()