Searched refs:NotArg (Results 1 – 3 of 3) sorted by relevance
298 for (const Init *NotArg : NotDag->getArgs()) { in parseInstructionPatternMIFlags() local299 const DefInit *DefArg = dyn_cast<DefInit>(NotArg); in parseInstructionPatternMIFlags()301 PrintError(DiagLoc, "cannot parse '" + NotArg->getAsUnquotedString() + in parseInstructionPatternMIFlags()
535 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in getReqFeatures() local536 if (NotArg->getOperator()->getAsString() != "not" || in getReqFeatures()537 NotArg->getNumArgs() != 1) in getReqFeatures()539 Arg = NotArg->getArg(0); in getReqFeatures()
1042 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in EmitPrintAliasInstruction() local1043 if (NotArg->getOperator()->getAsString() != "not" || in EmitPrintAliasInstruction()1044 NotArg->getNumArgs() != 1) in EmitPrintAliasInstruction()1046 Arg = NotArg->getArg(0); in EmitPrintAliasInstruction()