Searched refs:createGetGlobal (Results 1 – 3 of 3) sorted by relevance
182 mlir::Value createGetGlobal(mlir::Location loc, cir::GlobalOp global) { in createGetGlobal() function188 mlir::Value createGetGlobal(cir::GlobalOp global) { in createGetGlobal() function189 return createGetGlobal(global.getLoc(), global); in createGetGlobal()
412 mlir::Value addr = builder.createGetGlobal(globalOp); in emitStaticVarDecl()
873 builder.createGetGlobal(getLoc(e->getSourceRange()), globalOp); in emitStringLiteralLValue()