Searched refs:CombineType (Results 1 – 2 of 2) sorted by relevance
493 std::string CombineType = D->getOperator()->getAsString(); in getReqFeatures() local494 if (CombineType != "any_of" && CombineType != "all_of") in getReqFeatures()498 bool IsOr = CombineType == "any_of"; in getReqFeatures()
996 std::string CombineType = D->getOperator()->getAsString(); in EmitPrintAliasInstruction() local997 if (CombineType != "any_of" && CombineType != "all_of") in EmitPrintAliasInstruction()1001 bool IsOr = CombineType == "any_of"; in EmitPrintAliasInstruction()