Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h176 mlir::Value createAlloca(mlir::Location loc, cir::PointerType addrType, in createAlloca() argument
179 return create<cir::AllocaOp>(loc, addrType, type, name, alignment); in createAlloca()