Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp562 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 DInstCombineInternal.h199 LoadInst *combineLoadToNewType(LoadInst &LI, Type *NewTy,
H A DInstCombineCasts.cpp2611 NewV = combineLoadToNewType(*LI, DestTy); in optimizeBitCastFromPhi()