Home
last modified time | relevance | path

Searched refs:CastUser (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp676 if (auto *CastUser = dyn_cast<CastInst>(Load.user_back())) { in combineLoadToOperationType() local
677 Type *DestTy = CastUser->getDestTy(); in combineLoadToOperationType()
678 if (CastUser->isNoopCast(IC.getDataLayout()) && in combineLoadToOperationType()
682 CastUser->replaceAllUsesWith(NewLoad); in combineLoadToOperationType()
683 IC.eraseInstFromFunction(*CastUser); in combineLoadToOperationType()