Searched refs:InsertNewInstWith (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 258 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 D | InstCombineLoadStoreAlloca.cpp | 303 IC.InsertNewInstWith(NewI, *LT); in replace() 313 IC.InsertNewInstWith(NewI, *GEP); in replace() 322 IC.InsertNewInstWith(NewI, *BC); in replace()
|
| H A D | InstCombineVectorOps.cpp | 127 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 D | InstCombineInternal.h | 386 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
|
| H A D | InstCombineCasts.cpp | 246 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
|
| H A D | InstructionCombining.cpp | 526 InsertNewInstWith(NewBO, I); in SimplifyAssociativeOrCommutative()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 405 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
|