Searched refs:InsertNewInstWith (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 286 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits() 298 return InsertNewInstWith(And, *I); in SimplifyDemandedUseBits() 330 InsertNewInstWith(NewAnd, *I); in SimplifyDemandedUseBits() 334 return InsertNewInstWith(NewXor, *I); in SimplifyDemandedUseBits() 462 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits() 587 return InsertNewInstWith(Shl, *I); in SimplifyDemandedUseBits() 596 return InsertNewInstWith(And1, *I); in SimplifyDemandedUseBits() 628 return InsertNewInstWith(Lshr, *I); in SimplifyDemandedUseBits() 707 return InsertNewInstWith(Shl, *I); in SimplifyDemandedUseBits() 749 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits() [all …]
|
| H A D | InstCombineLoadStoreAlloca.cpp | 370 IC.InsertNewInstWith(NewI, *LT); in replace() 388 IC.InsertNewInstWith(NewI, *GEP); in replace() 398 IC.InsertNewInstWith(NewI, *BC); in replace() 405 IC.InsertNewInstWith(NewSI, *SI); 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() 741 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 | InstCombineCasts.cpp | 261 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
|
| H A D | InstructionCombining.cpp | 548 InsertNewInstWith(NewBO, I); in SimplifyAssociativeOrCommutative()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 407 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function
|