Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp489 std::string CombineType = D->getOperator()->getAsString(); in getReqFeatures() local
490 if (CombineType != "any_of" && CombineType != "all_of") in getReqFeatures()
494 bool IsOr = CombineType == "any_of"; in getReqFeatures()
H A DAsmWriterEmitter.cpp997 std::string CombineType = D->getOperator()->getAsString(); in EmitPrintAliasInstruction() local
998 if (CombineType != "any_of" && CombineType != "all_of") in EmitPrintAliasInstruction()
1002 bool IsOr = CombineType == "any_of"; in EmitPrintAliasInstruction()