Lines Matching refs:condOpArg
2841 Value condOpArg = condOpArgs[yieldOpBlockArg.getArgNumber()]; in matchAndRewrite() local
2842 if (condOpArg == beforeBlockArgs[index] || condOpArg == initVal) { in matchAndRewrite()
2874 Value condOpArg = condOpArgs[yieldOpBlockArg.getArgNumber()]; in matchAndRewrite() local
2875 if (condOpArg == beforeBlockArgs[index] || condOpArg == initVal) { in matchAndRewrite()
2974 for (Value condOpArg : condOpArgs) { in matchAndRewrite() local
2978 if (condOpArg.getParentBlock() != &beforeBlock) { in matchAndRewrite()
2995 Value condOpArg = it.value(); in matchAndRewrite() local
2999 if (condOpArg.getParentBlock() != &beforeBlock) { in matchAndRewrite()
3000 condOpInitValMap.insert({index, condOpArg}); in matchAndRewrite()
3002 newCondOpArgs.emplace_back(condOpArg); in matchAndRewrite()
3003 newAfterBlockType.emplace_back(condOpArg.getType()); in matchAndRewrite()