Home
last modified time | relevance | path

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

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