Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DVectorSubscripts.h83 MaybeSubstring substringBounds, mlir::Type elementType) in VectorSubscriptBox() argument
87 substringBounds{substringBounds}, elementType{elementType} {};
137 MaybeSubstring substringBounds; variable
/llvm-project-15.0.7/flang/lib/Lower/
H A DVectorSubscripts.cpp36 std::move(componentPath), substringBounds, elementType); in gen()
88 substringBounds.emplace_back(builder.createConvert(loc, idxTy, lb)); in gen()
91 substringBounds.emplace_back(builder.createConvert(loc, idxTy, ub)); in gen()
243 MaybeSubstring substringBounds; member in __anon94fef3ca0111::VectorSubscriptBoxBuilder
420 if (!substringBounds.empty()) { in getElementAt()
424 return helper.createSubstring(*charBox, substringBounds); in getElementAt()
H A DConvertExpr.cpp5900 if (substringBounds.size() != 2) { in genarr()
5908 substringBounds.push_back(lenValue); in genarr()
5918 substringBounds[0] = in genarr()
5928 substringBounds[1] = in genarr()
5932 substringBounds); in genarr()
6002 if (!substringBounds.empty()) { in genarr()
6006 substringBounds); in genarr()
6095 if (!substringBounds.empty()) { in genarr()
7006 llvm::SmallVector<mlir::Value> substringBounds = in applyPathToArrayLoad() local
7022 substringBounds); in applyPathToArrayLoad()
[all …]