Home | History | Annotate | Download | only in Scalar

Lines Matching refs:UseI

2801     auto UseI = std::find(Inc.UserInst->op_begin(), Inc.UserInst->op_end(),
2803 assert(UseI != Inc.UserInst->op_end() && "cannot find IV operand");
2804 IVIncSet.insert(UseI);
2935 User::op_iterator UseI = std::find(UserInst->op_begin(), UserInst->op_end(),
2937 assert(UseI != UserInst->op_end() && "cannot find IV operand");
2938 if (IVIncSet.count(UseI))