Home
last modified time | relevance | path

Searched defs:explicitExtents (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp1838 genBoxDeclare(Fortran::lower::AbstractConverter & converter,Fortran::lower::SymMap & symMap,const Fortran::semantics::Symbol & sym,mlir::Value box,llvm::ArrayRef<mlir::Value> lbounds,llvm::ArrayRef<mlir::Value> explicitParams,llvm::ArrayRef<mlir::Value> explicitExtents,bool replace=false) genBoxDeclare() argument
1950 llvm::SmallVector<mlir::Value> explicitExtents; mapSymbolAttributes() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp871 auto explicitExtents = box.getExplicitExtents(); readExtents() local