Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp366 Address result = builder.createElementBitCast(getLoc(e->getSourceRange()), in emitCXXNewExpr()
H A DCIRGenBuilder.h327 Address createElementBitCast(mlir::Location loc, Address addr, in createElementBitCast() function
H A DCIRGenExpr.cpp386 addr = builder.createElementBitCast(loc, addr, info.storageType); in emitLValueForBitField()
474 v = builder.createElementBitCast(getLoc(field->getSourceRange()), v, memTy); in emitLValueForFieldInitialization()