Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h246 bool isAllocatableType(mlir::Type ty);
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp257 bool isAllocatableType(mlir::Type ty) { in isAllocatableType() function
276 if (fir::isAllocatableType(memTy)) in isRecordWithAllocatableMember()