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