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.cpp577 LoadInst *InstCombinerImpl::combineLoadToNewType(LoadInst &LI, Type *NewTy, in combineLoadToNewType() function in InstCombinerImpl
695 LoadInst *NewLoad = IC.combineLoadToNewType(Load, DestTy); in combineLoadToOperationType()
724 LoadInst *NewLoad = IC.combineLoadToNewType(LI, ST->getTypeAtIndex(0U), in unpackLoadToAggregate()
765 LoadInst *NewLoad = IC.combineLoadToNewType(LI, ET, ".unpack"); in unpackLoadToAggregate()
H A DInstCombineInternal.h200 LoadInst *combineLoadToNewType(LoadInst &LI, Type *NewTy,
H A DInstCombineCasts.cpp2678 NewV = combineLoadToNewType(*LI, DestTy); in optimizeBitCastFromPhi()