Searched refs:CombineType (Results 1 – 2 of 2) sorted by relevance
489 std::string CombineType = D->getOperator()->getAsString(); in getReqFeatures() local490 if (CombineType != "any_of" && CombineType != "all_of") in getReqFeatures()494 bool IsOr = CombineType == "any_of"; in getReqFeatures()
997 std::string CombineType = D->getOperator()->getAsString(); in EmitPrintAliasInstruction() local998 if (CombineType != "any_of" && CombineType != "all_of") in EmitPrintAliasInstruction()1002 bool IsOr = CombineType == "any_of"; in EmitPrintAliasInstruction()