Searched refs:argDef (Results 1 – 2 of 2) sorted by relevance
439 Record *argDef = argDefInit->getDef(); in populateOpStructure() local440 if (argDef->isSubClassOf(opVarClass)) in populateOpStructure()441 argDef = argDef->getValueAsDef("constraint"); in populateOpStructure()443 if (argDef->isSubClassOf(typeConstraintClass)) { in populateOpStructure()446 } else if (argDef->isSubClassOf(attrClass)) { in populateOpStructure()449 if (argDef->isSubClassOf(derivedAttrClass)) in populateOpStructure()450 PrintFatalError(argDef->getLoc(), in populateOpStructure()489 if (argDef->isSubClassOf(opVarClass)) in populateOpStructure()490 argDef = argDef->getValueAsDef("constraint"); in populateOpStructure()492 if (argDef->isSubClassOf(typeConstraintClass)) { in populateOpStructure()[all …]
309 SMDefinition &argDef = blockDef.arguments[arg.getArgNumber()]; in addUses() local311 argDef.uses.emplace_back(convertIdLocToRange(loc)); in addUses()