Searched refs:getValueFromBox (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 140 mlir::Value getValueFromBox(mlir::Location loc, mlir::Value box, in getValueFromBox() function in __anon447c3e180111::FIROpConversion 251 getValueFromBox(loc, box, attrTy, rewriter, kAttributePosInBox); in genBoxAttributeCheck() 508 auto elemSize = getValueFromBox(loc, a, ty, rewriter, kElemLenPosInBox); in matchAndRewrite() 542 getValueFromBox(loc, a, rewriter.getI32Type(), rewriter, kRankPosInBox); in matchAndRewrite() 577 auto result = getValueFromBox(loc, a, ty, rewriter, kRankPosInBox); in matchAndRewrite() 609 auto result = getValueFromBox(loc, box, typeTy, rewriter, kTypePosInBox); in matchAndRewrite()
|