Searched defs:NewSI (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp801 StoreInst *NewSI = new StoreInst(MergedVal, SI.getOperand(1), local
H A DInstCombineSelect.cpp144 Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0), local
184 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT, local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp700 StoreInst *NewSI = new StoreInst(LiveInValue, SomePtr, InsertPos); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp540 StoreInst *NewSI = local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp938 SwitchInst *NewSI = Builder.CreateSwitch(CV, PredDefault, local

Completed in 97 milliseconds