Home
last modified time | relevance | path

Searched refs:createAlloca (Results 1 – 2 of 2) 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() function
216 auto addr = createAlloca(loc, getPointerTo(type), type, {}, alignmentAttr); in createDummyValue()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1534 addr = builder.createAlloca(loc, /*addr type*/ localVarPtrTy, in emitAlloca()