Searched refs:NotArg (Results 1 – 3 of 3) sorted by relevance
502 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in getReqFeatures() local503 if (NotArg->getOperator()->getAsString() != "not" || in getReqFeatures()504 NotArg->getNumArgs() != 1) in getReqFeatures()506 Arg = NotArg->getArg(0); in getReqFeatures()
1025 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in EmitPrintAliasInstruction() local1026 if (NotArg->getOperator()->getAsString() != "not" || in EmitPrintAliasInstruction()1027 NotArg->getNumArgs() != 1) in EmitPrintAliasInstruction()1029 Arg = NotArg->getArg(0); in EmitPrintAliasInstruction()
1732 for (const Init *NotArg : NotDag->getArgs()) { in parseInstructionPatternMIFlags() local1733 const DefInit *DefArg = dyn_cast<DefInit>(NotArg); in parseInstructionPatternMIFlags()1735 PrintError("cannot parse '" + NotArg->getAsUnquotedString() + in parseInstructionPatternMIFlags()