Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprAggregate.cpp135 const cir::PointerType cirElementPtrType = in emitArrayInit() local
138 auto begin = builder.create<cir::CastOp>(loc, cirElementPtrType, in emitArrayInit()
185 element = builder.create<cir::PtrStrideOp>(loc, cirElementPtrType, in emitArrayInit()
192 cirElementPtrType, cgf.getPointerAlign(), loc, "arrayinit.temp"); in emitArrayInit()