Searched refs:CombineType (Results 1 – 4 of 4) sorted by relevance
123 std::string CombineType = D->getOperator()->getAsString(); in emitComputeAssemblerAvailableFeatures() local124 if (CombineType != "any_of" && CombineType != "all_of") in emitComputeAssemblerAvailableFeatures()128 bool IsOr = CombineType == "any_of"; in emitComputeAssemblerAvailableFeatures()
483 std::string CombineType = D->getOperator()->getAsString(); in getReqFeatures() local484 if (CombineType != "any_of" && CombineType != "all_of") in getReqFeatures()488 bool IsOr = CombineType == "any_of"; in getReqFeatures()
1005 std::string CombineType = D->getOperator()->getAsString(); in EmitPrintAliasInstruction() local1006 if (CombineType != "any_of" && CombineType != "all_of") in EmitPrintAliasInstruction()1010 bool IsOr = CombineType == "any_of"; in EmitPrintAliasInstruction()
1199 std::string CombineType = D->getOperator()->getAsString(); in emitPredicateMatch() local1200 if (CombineType != "any_of" && CombineType != "all_of") in emitPredicateMatch()1204 bool IsOr = CombineType == "any_of"; in emitPredicateMatch()