Lines Matching defs:UseI
2820 auto UseI = std::find(Inc.UserInst->op_begin(), Inc.UserInst->op_end(),
2822 assert(UseI != Inc.UserInst->op_end() && "cannot find IV operand");
2823 IVIncSet.insert(UseI);
2954 User::op_iterator UseI = std::find(UserInst->op_begin(), UserInst->op_end(),
2956 assert(UseI != UserInst->op_end() && "cannot find IV operand");
2957 if (IVIncSet.count(UseI))