Home
last modified time | relevance | path

Searched refs:InsertNewInstBefore (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp87 InsertNewInstBefore(NewLHS, PN); in FoldPHIArgBinOpIntoPHI()
95 InsertNewInstBefore(NewRHS, PN); in FoldPHIArgBinOpIntoPHI()
210 InsertNewInstBefore(NewPN, PN); in FoldPHIArgGEPIntoPHI()
386 InsertNewInstBefore(NewPN, PN); in FoldPHIArgLoadIntoPHI()
470 InsertNewInstBefore(NewPhi, Phi); in FoldPHIArgZextsIntoPHI()
570 InsertNewInstBefore(NewPN, PN); in FoldPHIArgOpIntoPHI()
DInstCombineInternal.h399 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() function
411 return InsertNewInstBefore(New, Old); in InsertNewInstWith()
DInstCombineLoadStoreAlloca.cpp202 IC.InsertNewInstBefore(GEP, *It); in simplifyAllocaArraySize()
1245 MergedVal = InsertNewInstBefore(PN, DestBB->front()); in SimplifyStoreAtEndOfBlock()
1256 InsertNewInstBefore(NewSI, *BBI); in SimplifyStoreAtEndOfBlock()
DInstCombineCalls.cpp2308 InsertNewInstBefore(NC, *I); in transformConstExprCastCall()
2311 InsertNewInstBefore(NC, *Caller); in transformConstExprCastCall()
DInstructionCombining.cpp850 InsertNewInstBefore(NewPN, *PN); in FoldOpIntoPhi()