Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Lower/
H A DVectorSubscripts.h82 llvm::SmallVector<mlir::Value> &&componentPath, in VectorSubscriptBox() argument
86 componentPath{std::move(componentPath)},
134 llvm::SmallVector<mlir::Value> componentPath; variable
/llvm-project/flang/lib/Lower/
H A DVectorSubscripts.cpp36 std::move(componentPath), substringBounds, elementType); in gen()
104 componentPath.emplace_back(offset); in gen()
124 componentPath.emplace_back(builder.create<fir::FieldIndexOp>( in gen()
151 componentPath.emplace_back(genScalarValue(expr.value())); in gen()
244 llvm::SmallVector<mlir::Value> componentPath; member in __anonec25996d0111::VectorSubscriptBoxBuilder
349 return builder.create<fir::SliceOp>(loc, triples, componentPath); in createSlice()