Home
last modified time | relevance | path

Searched defs:getExtents (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/include/flang/Optimizer/Builder/
H A DFactory.h147 inline llvm::SmallVector<mlir::Value> getExtents(mlir::Value shapeVal) { in getExtents() function
H A DBoxValue.h134 const llvm::SmallVectorImpl<mlir::Value> &getExtents() const { getExtents() function
/llvm-project/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp404 TEST_F(FIRBuilderTest,getExtents) TEST_F() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp888 fir::factory::getExtents(mlir::Location loc, fir::FirOpBuilder &builder, getExtents() function in fir::factory
[all...]
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp812 std::vector<mlir::Value> fir::ArrayLoadOp::getExtents() { getExtents() function in fir::ArrayLoadOp