Searched defs:NewSI (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 168 Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0), in FoldSelectOpOp() local 208 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT, in FoldSelectOpOp() local 828 Value *NewSI = Builder->CreateSelect( in FoldSPFofSPF() local 1186 Value *NewSI = in visitSelectInst() local
|
D | InstCombineLoadStoreAlloca.cpp | 1111 StoreInst *NewSI = new StoreInst(MergedVal, SI.getOperand(1), in SimplifyStoreAtEndOfBlock() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 748 StoreInst *NewSI = new StoreInst(LiveInValue, Ptr, InsertPos); in doExtraRewritesBeforeFinalDeletion() local
|
D | SROA.cpp | 2712 StoreInst *NewSI; in visitStoreInst() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 695 StoreInst *NewSI = in materializeStores() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 989 SwitchInst *NewSI = Builder.CreateSwitch(CV, PredDefault, in FoldValueComparisonIntoPredecessors() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1859 Instruction *NewSI; in vectorizeMemoryInstruction() local
|