Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3014 if (auto rankedMemRefType = operandType.dyn_cast<MemRefType>()) { in matchAndRewrite() local
3016 op, {createIndexConstant(rewriter, loc, rankedMemRefType.getRank())}); in matchAndRewrite()