Searched refs:addrType (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | MutableBox.cpp | 722 auto addrType = addr.getType(); in genReallocIfNeeded() local 747 .genIfOp(loc, {i1Type, addrType}, isAllocated, in genReallocIfNeeded() 781 .genIfOp(loc, {addrType}, mustReallocate, in genReallocIfNeeded()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertExpr.cpp | 2808 auto addrType = fir::HeapType::get( in genCopyIn() local 2812 .genIfOp(loc, {addrType}, *restrictCopyAtRuntime, in genCopyIn() 2821 auto nullPtr = builder.createNullConstant(loc, addrType); in genCopyIn()
|