Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp1981 auto depthIt = minOpPatternDepth.find(op); in computeOpLegalizationDepth() local
1982 if (depthIt != minOpPatternDepth.end()) in computeOpLegalizationDepth()
1983 return depthIt->second; in computeOpLegalizationDepth()