Searched refs:CastUser (Results 1 – 1 of 1) sorted by relevance
675 if (auto *CastUser = dyn_cast<CastInst>(Load.user_back())) { in combineLoadToOperationType() local676 Type *DestTy = CastUser->getDestTy(); in combineLoadToOperationType()677 if (CastUser->isNoopCast(IC.getDataLayout()) && in combineLoadToOperationType()681 CastUser->replaceAllUsesWith(NewLoad); in combineLoadToOperationType()682 IC.eraseInstFromFunction(*CastUser); in combineLoadToOperationType()