Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp435 auto *argDefInit = dyn_cast<DefInit>(arg); in populateOpStructure() local
436 if (!argDefInit) in populateOpStructure()
439 Record *argDef = argDefInit->getDef(); in populateOpStructure()