Searched defs:getExtents (Results 1 – 5 of 5) sorted by relevance
147 inline llvm::SmallVector<mlir::Value> getExtents(mlir::Value shapeVal) { in getExtents() function
134 const llvm::SmallVectorImpl<mlir::Value> &getExtents() const { getExtents() function
404 TEST_F(FIRBuilderTest,getExtents) TEST_F() argument
888 fir::factory::getExtents(mlir::Location loc, fir::FirOpBuilder &builder, getExtents() function in fir::factory [all...]
812 std::vector<mlir::Value> fir::ArrayLoadOp::getExtents() { getExtents() function in fir::ArrayLoadOp