Searched refs:NotArg (Results 1 – 2 of 2) sorted by relevance
503 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in getReqFeatures() local504 if (NotArg->getOperator()->getAsString() != "not" || in getReqFeatures()505 NotArg->getNumArgs() != 1) in getReqFeatures()507 Arg = NotArg->getArg(0); in getReqFeatures()
1016 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in EmitPrintAliasInstruction() local1017 if (NotArg->getOperator()->getAsString() != "not" || in EmitPrintAliasInstruction()1018 NotArg->getNumArgs() != 1) in EmitPrintAliasInstruction()1020 Arg = NotArg->getArg(0); in EmitPrintAliasInstruction()