Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp286 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 DInstCombineLoadStoreAlloca.cpp370 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 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()
741 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 DInstCombineCasts.cpp261 return InsertNewInstWith(Res, *I); in EvaluateInDifferentType()
H A DInstructionCombining.cpp548 InsertNewInstWith(NewBO, I); in SimplifyAssociativeOrCommutative()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h407 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith() function