Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp536 bool useInsertValue = rootType.isa<LLVMArrayType, LLVMStructType>(); in processConstant() local
537 assert((useInsertValue || LLVM::isCompatibleVectorType(rootType)) && in processConstant()
545 if (useInsertValue) { in processConstant()