Searched refs:InsertNewInstWith (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 281 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 D | InstCombineLoadStoreAlloca.cpp | 293 IC.InsertNewInstWith(NewI, *LT); in replace() 303 IC.InsertNewInstWith(NewI, *GEP); in replace() 313 IC.InsertNewInstWith(NewI, *BC); in replace()
|
| H A D | InstCombineVectorOps.cpp | 134 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 D | InstCombineShifts.cpp | 693 IC.InsertNewInstWith(Neg, *I); in getShiftedValue() 699 return IC.InsertNewInstWith(And, *I); in getShiftedValue()
|
| H A D | InstCombineInternal.h | 394 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
|
| H A D | InstCombineCasts.cpp | 248 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
|
| H A D | InstructionCombining.cpp | 545 InsertNewInstWith(NewBO, I); in SimplifyAssociativeOrCommutative()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 406 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
|