Searched refs:combineLoadToNewType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 563 LoadInst *InstCombinerImpl::combineLoadToNewType(LoadInst &LI, Type *NewTy, in combineLoadToNewType() function in InstCombinerImpl 681 LoadInst *NewLoad = IC.combineLoadToNewType(Load, DestTy); in combineLoadToOperationType() 710 LoadInst *NewLoad = IC.combineLoadToNewType(LI, ST->getTypeAtIndex(0U), in unpackLoadToAggregate() 758 LoadInst *NewLoad = IC.combineLoadToNewType(LI, ET, ".unpack"); in unpackLoadToAggregate()
|
| H A D | InstCombineInternal.h | 198 LoadInst *combineLoadToNewType(LoadInst &LI, Type *NewTy,
|
| H A D | InstCombineCasts.cpp | 2521 NewV = combineLoadToNewType(*LI, DestTy); in optimizeBitCastFromPhi()
|