Home
last modified time | relevance | path

Searched refs:arrayBound (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
290 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()