Searched refs:NotArg (Results 1 – 2 of 2) sorted by relevance
499 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in getReqFeatures() local500 if (NotArg->getOperator()->getAsString() != "not" || in getReqFeatures()501 NotArg->getNumArgs() != 1) in getReqFeatures()503 Arg = NotArg->getArg(0); in getReqFeatures()
1017 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in EmitPrintAliasInstruction() local1018 if (NotArg->getOperator()->getAsString() != "not" || in EmitPrintAliasInstruction()1019 NotArg->getNumArgs() != 1) in EmitPrintAliasInstruction()1021 Arg = NotArg->getArg(0); in EmitPrintAliasInstruction()