Home
last modified time | relevance | path

Searched refs:NotArg (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp503 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in getReqFeatures() local
504 if (NotArg->getOperator()->getAsString() != "not" || in getReqFeatures()
505 NotArg->getNumArgs() != 1) in getReqFeatures()
507 Arg = NotArg->getArg(0); in getReqFeatures()
H A DAsmWriterEmitter.cpp1016 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in EmitPrintAliasInstruction() local
1017 if (NotArg->getOperator()->getAsString() != "not" || in EmitPrintAliasInstruction()
1018 NotArg->getNumArgs() != 1) in EmitPrintAliasInstruction()
1020 Arg = NotArg->getArg(0); in EmitPrintAliasInstruction()