Lines Matching full:usei
2768 User::op_iterator UseI =
2770 assert(UseI != I->UserInst->op_end() && "cannot find IV operand");
2771 IVIncSet.insert(UseI);
2905 User::op_iterator UseI = std::find(UserInst->op_begin(), UserInst->op_end(),
2907 assert(UseI != UserInst->op_end() && "cannot find IV operand");
2908 if (IVIncSet.count(UseI))