Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp112 auto addrVar = box.getMutableProperties().addr; in readBaseAddress() local
113 return builder.create<fir::LoadOp>(loc, addrVar); in readBaseAddress()
222 auto addrVar = box.getMutableProperties().addr; in setUnallocatedStatus() local
223 auto nullTy = fir::dyn_cast_ptrEleTy(addrVar.getType()); in setUnallocatedStatus()
225 addrVar); in setUnallocatedStatus()