Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h256 cir::ConstantOp getNullPtr(mlir::Type ty, mlir::Location loc) { in getNullPtr() function
H A DCIRGenExprConstant.cpp815 return builder.getNullPtr(getTypes().convertTypeForMem(t), loc); in emitNullConstant()
H A DCIRGenExprScalar.cpp556 return builder.getNullPtr(cgf.convertType(e->getType()), in VisitUnaryAddrOf()
704 return builder.getNullPtr(dstPT, src.getLoc()); in emitScalarConversion()
1739 return builder.getNullPtr(ty, cgf.getLoc(subExpr->getExprLoc())); in VisitCastExpr()