Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp499 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in getReqFeatures() local
500 if (NotArg->getOperator()->getAsString() != "not" || in getReqFeatures()
501 NotArg->getNumArgs() != 1) in getReqFeatures()
503 Arg = NotArg->getArg(0); in getReqFeatures()
H A DAsmWriterEmitter.cpp1017 if (auto *NotArg = dyn_cast<DagInit>(Arg)) { in EmitPrintAliasInstruction() local
1018 if (NotArg->getOperator()->getAsString() != "not" || in EmitPrintAliasInstruction()
1019 NotArg->getNumArgs() != 1) in EmitPrintAliasInstruction()
1021 Arg = NotArg->getArg(0); in EmitPrintAliasInstruction()