Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp320 } else if (auto *fVectorTy = dyn_cast<llvm::FixedVectorType>(llvmType)) { in getLLVMConstant() local
321 elementType = fVectorTy->getElementType(); in getLLVMConstant()
322 numElements = fVectorTy->getNumElements(); in getLLVMConstant()