Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp258 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits()
270 return InsertNewInstWith(And, *I); in SimplifyDemandedUseBits()
303 InsertNewInstWith(NewAnd, *I); in SimplifyDemandedUseBits()
308 return InsertNewInstWith(NewXor, *I); in SimplifyDemandedUseBits()
444 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
622 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
666 return InsertNewInstWith(LShr, *I); in SimplifyDemandedUseBits()
773 return InsertNewInstWith(CallInst::Create(Ctpop, {X}), *I); in SimplifyDemandedUseBits()
803 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
1061 return InsertNewInstWith(New, *Shl); in simplifyShrShlDemandedBits()
[all …]
H A DInstCombineLoadStoreAlloca.cpp303 IC.InsertNewInstWith(NewI, *LT); in replace()
313 IC.InsertNewInstWith(NewI, *GEP); in replace()
322 IC.InsertNewInstWith(NewI, *BC); in replace()
H A DInstCombineVectorOps.cpp127 PHINode *scalarPHI = cast<PHINode>(InsertNewInstWith( in scalarizePHI()
141 Value *Op = InsertNewInstWith( in scalarizePHI()
145 Value *newPHIUser = InsertNewInstWith( in scalarizePHI()
161 InsertNewInstWith(newEI, *InsertPos); in scalarizePHI()
664 IC.InsertNewInstWith(WideVec, *ExtElt->getParent()->getFirstInsertionPt()); in replaceExtractElements()
H A DInstCombineInternal.h386 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
H A DInstCombineCasts.cpp246 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
H A DInstructionCombining.cpp526 InsertNewInstWith(NewBO, I); in SimplifyAssociativeOrCommutative()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h405 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function