Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp203 bool hasVectorElementType = type.getElementType().isa<VectorType>(); in convertDenseElementsAttr() local
206 (hasVectorElementType ? 1 in convertDenseElementsAttr()
209 if (!hasVectorElementType) in convertDenseElementsAttr()
214 (type.isa<VectorType>() || hasVectorElementType)) { in convertDenseElementsAttr()