Home
last modified time | relevance | path

Searched refs:InsertNewInstWith (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp267 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits()
279 return InsertNewInstWith(And, *I); in SimplifyDemandedUseBits()
303 InsertNewInstWith(NewAnd, *I); in SimplifyDemandedUseBits()
308 return InsertNewInstWith(NewXor, *I); in SimplifyDemandedUseBits()
418 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
530 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
574 return InsertNewInstWith(LShr, *I); in SimplifyDemandedUseBits()
687 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
963 return InsertNewInstWith(New, *Shl); in simplifyShrShlDemandedBits()
1305 InsertNewInstWith(New, *Shuffle); in SimplifyDemandedVectorElts()
H A DInstCombineVectorOps.cpp117 PHINode *scalarPHI = cast<PHINode>(InsertNewInstWith( in scalarizePHI()
131 Value *Op = InsertNewInstWith( in scalarizePHI()
135 Value *newPHIUser = InsertNewInstWith( in scalarizePHI()
151 InsertNewInstWith(newEI, *InsertPos); in scalarizePHI()
504 IC.InsertNewInstWith(WideVec, *ExtElt->getParent()->getFirstInsertionPt()); in replaceExtractElements()
H A DInstCombineLoadStoreAlloca.cpp304 IC.InsertNewInstWith(NewI, *LT); in replace()
314 IC.InsertNewInstWith(NewI, *GEP); in replace()
323 IC.InsertNewInstWith(NewI, *BC); in replace()
H A DInstCombineInternal.h610 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
H A DInstCombineCasts.cpp230 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
H A DInstructionCombining.cpp429 InsertNewInstWith(NewBO, I); in SimplifyAssociativeOrCommutative()