Searched refs:NotArg (Results 1 – 3 of 3) sorted by relevance
309 for (const Init *NotArg : NotDag->getArgs()) { in parseInstructionPatternMIFlags() local310 const DefInit *DefArg = dyn_cast<DefInit>(NotArg); in parseInstructionPatternMIFlags()312 PrintError(DiagLoc, "cannot parse '" + NotArg->getAsUnquotedString() + in parseInstructionPatternMIFlags()
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()
1049 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in EmitPrintAliasInstruction() local1050 if (NotArg->getOperator()->getAsString() != "not" || in EmitPrintAliasInstruction()1051 NotArg->getNumArgs() != 1) in EmitPrintAliasInstruction()1053 Arg = NotArg->getArg(0); in EmitPrintAliasInstruction()