Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp281 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits()
293 return InsertNewInstWith(And, *I); in SimplifyDemandedUseBits()
325 InsertNewInstWith(NewAnd, *I); in SimplifyDemandedUseBits()
329 return InsertNewInstWith(NewXor, *I); in SimplifyDemandedUseBits()
455 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
538 return InsertNewInstWith(Shl, *I); in SimplifyDemandedUseBits()
547 return InsertNewInstWith(And1, *I); in SimplifyDemandedUseBits()
700 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
737 return InsertNewInstWith(LShr, *I); in SimplifyDemandedUseBits()
1152 return InsertNewInstWith(New, *Shl); in simplifyShrShlDemandedBits()
[all …]
H A DInstCombineLoadStoreAlloca.cpp293 IC.InsertNewInstWith(NewI, *LT); in replace()
303 IC.InsertNewInstWith(NewI, *GEP); in replace()
313 IC.InsertNewInstWith(NewI, *BC); in replace()
H A DInstCombineVectorOps.cpp134 PHINode *scalarPHI = cast<PHINode>(InsertNewInstWith( in scalarizePHI()
148 Value *Op = InsertNewInstWith( in scalarizePHI()
152 Value *newPHIUser = InsertNewInstWith( in scalarizePHI()
168 InsertNewInstWith(newEI, *InsertPos); in scalarizePHI()
721 IC.InsertNewInstWith(WideVec, *ExtElt->getParent()->getFirstInsertionPt()); in replaceExtractElements()
H A DInstCombineShifts.cpp693 IC.InsertNewInstWith(Neg, *I); in getShiftedValue()
699 return IC.InsertNewInstWith(And, *I); in getShiftedValue()
H A DInstCombineInternal.h394 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
H A DInstCombineCasts.cpp248 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
H A DInstructionCombining.cpp545 InsertNewInstWith(NewBO, I); in SimplifyAssociativeOrCommutative()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h406 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function