Searched refs:commonElementType (Results 1 – 1 of 1) sorted by relevance
285 mlir::Type commonElementType, unsigned arrayBound, in emitArrayConstant() argument312 if (filler.getType() != commonElementType) in emitArrayConstant()313 commonElementType = {}; in emitArrayConstant()316 if (commonElementType) { in emitArrayConstant()324 cir::ArrayType::get(commonElementType, arrayBound), in emitArrayConstant()722 mlir::Type commonElementType; in tryEmitPrivate() local732 commonElementType = elementTyped.getType(); in tryEmitPrivate()733 else if (elementTyped.getType() != commonElementType) { in tryEmitPrivate()734 commonElementType = {}; in tryEmitPrivate()745 return emitArrayConstant(cgm, desiredType, commonElementType, numElements, in tryEmitPrivate()