Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprAggregate.cpp134 const mlir::Type cirElementType = cgf.convertType(elementType); in emitArrayInit() local
136 builder.getPointerTo(cirElementType); in emitArrayInit()
166 const Address address = Address(element, cirElementType, elementAlign); in emitArrayInit()
202 Address(currentElement, cirElementType, elementAlign), elementType); in emitArrayInit()