Home | History | Annotate | Download | only in Scalar

Lines Matching refs:UseI

2685     User::op_iterator UseI =
2687 assert(UseI != I->UserInst->op_end() && "cannot find IV operand");
2688 IVIncSet.insert(UseI);
2821 User::op_iterator UseI = std::find(UserInst->op_begin(), UserInst->op_end(),
2823 assert(UseI != UserInst->op_end() && "cannot find IV operand");
2824 if (IVIncSet.count(UseI))