Lines Matching refs:CurUser
1122 User *CurUser = I->getUser(); in skipToNextUser() local
1125 while (I != End && I->getUser() == CurUser) in skipToNextUser()
1225 User *CurUser = U.getUser(); in rewriteWithNewAddressSpaces() local
1241 if (CurUser == NewV) in rewriteWithNewAddressSpaces()
1244 if (auto *CurUserI = dyn_cast<Instruction>(CurUser); in rewriteWithNewAddressSpaces()
1249 if (auto *MI = dyn_cast<MemIntrinsic>(CurUser)) { in rewriteWithNewAddressSpaces()
1254 if (auto *II = dyn_cast<IntrinsicInst>(CurUser)) { in rewriteWithNewAddressSpaces()
1259 if (isa<Instruction>(CurUser)) { in rewriteWithNewAddressSpaces()
1260 if (ICmpInst *Cmp = dyn_cast<ICmpInst>(CurUser)) { in rewriteWithNewAddressSpaces()
1291 if (AddrSpaceCastInst *ASC = dyn_cast<AddrSpaceCastInst>(CurUser)) { in rewriteWithNewAddressSpaces()
1316 CurUser->replaceUsesOfWith( in rewriteWithNewAddressSpaces()
1319 CurUser->replaceUsesOfWith( in rewriteWithNewAddressSpaces()