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()
480 std::string CombineType = D->getOperator()->getAsString(); in getReqFeatures() local481 if (CombineType != "any_of" && CombineType != "all_of") in getReqFeatures()485 bool IsOr = CombineType == "any_of"; in getReqFeatures()
999 std::string CombineType = D->getOperator()->getAsString(); in EmitPrintAliasInstruction() local1000 if (CombineType != "any_of" && CombineType != "all_of") in EmitPrintAliasInstruction()1004 bool IsOr = CombineType == "any_of"; in EmitPrintAliasInstruction()
1212 std::string CombineType = D->getOperator()->getAsString(); in emitPredicateMatch() local1213 if (CombineType != "any_of" && CombineType != "all_of") in emitPredicateMatch()1217 bool IsOr = CombineType == "any_of"; in emitPredicateMatch()