Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp696 auto polyRefTy = fir::LLVMPointerType::get(noneTy); in genMutableBoxValueImpl() local
700 builder.createTemporary(loc, polyRefTy, /*shape=*/mlir::ValueRange{}); in genMutableBoxValueImpl()
701 auto nullPtr = builder.createConvert(loc, polyRefTy, nullConst); in genMutableBoxValueImpl()