Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp285 mlir::Type commonElementType, unsigned arrayBound, in emitArrayConstant() argument
312 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() local
732 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()