Searched refs:arrayBound (Results 1 – 1 of 1) sorted by relevance
285 mlir::Type commonElementType, unsigned arrayBound, in emitArrayConstant() argument290 unsigned nonzeroLength = arrayBound; in emitArrayConstant()303 const unsigned trailingZeroes = arrayBound - nonzeroLength; in emitArrayConstant()309 } else if (elements.size() != arrayBound) { in emitArrayConstant()310 elements.resize(arrayBound, filler); in emitArrayConstant()324 cir::ArrayType::get(commonElementType, arrayBound), in emitArrayConstant()