Searched refs:condOpArg (Results 1 – 1 of 1) sorted by relevance
2841 Value condOpArg = condOpArgs[yieldOpBlockArg.getArgNumber()]; in matchAndRewrite() local2842 if (condOpArg == beforeBlockArgs[index] || condOpArg == initVal) { in matchAndRewrite()2874 Value condOpArg = condOpArgs[yieldOpBlockArg.getArgNumber()]; in matchAndRewrite() local2875 if (condOpArg == beforeBlockArgs[index] || condOpArg == initVal) { in matchAndRewrite()2974 for (Value condOpArg : condOpArgs) { in matchAndRewrite() local2978 if (condOpArg.getParentBlock() != &beforeBlock) { in matchAndRewrite()2995 Value condOpArg = it.value(); in matchAndRewrite() local2999 if (condOpArg.getParentBlock() != &beforeBlock) { in matchAndRewrite()3000 condOpInitValMap.insert({index, condOpArg}); in matchAndRewrite()3002 newCondOpArgs.emplace_back(condOpArg); in matchAndRewrite()[all …]