Home | History | Annotate | Download | only in Scalar

Lines Matching refs:UU

549         for (auto *UU : User->users()) {
550 if (PHINode *PN = dyn_cast<PHINode>(UU)) {
556 Instruction *UUser = dyn_cast<Instruction>(UU);
782 for (auto *UU : U->users()) {
783 PHINode *PN = dyn_cast<PHINode>(UU);
1167 for (auto *UU : IVUser->users()) {
1168 Instruction *UUser = dyn_cast<Instruction>(UU);
1177 if (UU->hasOneUse()) {