Searched refs:InsertNewInstWith (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 267 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 D | InstCombineVectorOps.cpp | 117 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 D | InstCombineLoadStoreAlloca.cpp | 304 IC.InsertNewInstWith(NewI, *LT); in replace() 314 IC.InsertNewInstWith(NewI, *GEP); in replace() 323 IC.InsertNewInstWith(NewI, *BC); in replace()
|
| H A D | InstCombineInternal.h | 610 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
|
| H A D | InstCombineCasts.cpp | 230 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
|
| H A D | InstructionCombining.cpp | 429 InsertNewInstWith(NewBO, I); in SimplifyAssociativeOrCommutative()
|