Searched refs:sVectorTy (Results 1 – 1 of 1) sorted by relevance
323 } else if (auto *sVectorTy = dyn_cast<llvm::ScalableVectorType>(llvmType)) { in getLLVMConstant() local324 elementType = sVectorTy->getElementType(); in getLLVMConstant()325 numElements = sVectorTy->getMinNumElements(); in getLLVMConstant()