Searched refs:CastUser (Results 1 – 1 of 1) sorted by relevance
697 if (auto *CastUser = dyn_cast<CastInst>(Load.user_back())) { in combineLoadToOperationType() local698 Type *DestTy = CastUser->getDestTy(); in combineLoadToOperationType()699 if (CastUser->isNoopCast(IC.getDataLayout()) && in combineLoadToOperationType()703 CastUser->replaceAllUsesWith(NewLoad); in combineLoadToOperationType()704 IC.eraseInstFromFunction(*CastUser); in combineLoadToOperationType()