Lines Matching defs:condOpArgs
3572 OperandRange condOpArgs = condOp.getArgs();
3594 Value condOpArg = condOpArgs[yieldOpBlockArg.getArgNumber()];
3626 Value condOpArg = condOpArgs[yieldOpBlockArg.getArgNumber()];
3723 OperandRange condOpArgs = condOp.getArgs();
3726 for (Value condOpArg : condOpArgs) {
3745 for (const auto &it : llvm::enumerate(condOpArgs)) {
4029 ValueRange condOpArgs = condOp.getArgs();
4032 for (Value arg : condOpArgs)
4035 if (argsSet.size() == condOpArgs.size())
4040 argsMap.reserve(condOpArgs.size());
4041 newArgs.reserve(condOpArgs.size());
4042 for (Value arg : condOpArgs) {
4061 for (auto &&[i, arg] : llvm::enumerate(condOpArgs)) {