Searched refs:genExtractValueWithIndex (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 420 genExtractValueWithIndex(mlir::Location loc, mlir::Value tuple, mlir::Type ty, in genExtractValueWithIndex() function 466 mlir::LLVM::ExtractValueOp len = genExtractValueWithIndex( in matchAndRewrite() 3033 genExtractValueWithIndex(loc, tuple, tupleTy, rewriter, ctx, 0); in matchAndRewrite() 3036 genExtractValueWithIndex(loc, tuple, tupleTy, rewriter, ctx, 1); in matchAndRewrite()
|