Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp959 auto numPatArgs = tree.getNumArgs(); in getLocation() local
961 if (numPatArgs != 0) { in getLocation()
962 if (auto lastArg = tree.getArgAsNestedDag(numPatArgs - 1)) in getLocation()
980 auto numPatArgs = tree.getNumArgs(); in handleOpCreation() local
986 auto inPattern = numPatArgs - hasLocationDirective; in handleOpCreation()