Lines Matching refs:Expander
1050 SCEVExpander Expander(*SE, *DL, "loop-idiom"); in processLoopStridedStore() local
1051 SCEVExpanderCleaner ExpCleaner(Expander, *DT); in processLoopStridedStore()
1073 Expander.expandCodeFor(Start, DestInt8PtrTy, Preheader->getTerminator()); in processLoopStridedStore()
1102 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator()); in processLoopStridedStore()
1206 SCEVExpander Expander(*SE, *DL, "loop-idiom"); in processLoopStoreOfLoopLoad() local
1208 SCEVExpanderCleaner ExpCleaner(Expander, *DT); in processLoopStoreOfLoopLoad()
1228 Value *StoreBasePtr = Expander.expandCodeFor( in processLoopStoreOfLoopLoad()
1280 Value *LoadBasePtr = Expander.expandCodeFor( in processLoopStoreOfLoopLoad()
1324 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator()); in processLoopStoreOfLoopLoad()
2712 SCEVExpander Expander(*SE, *DL, "loop-idiom"); in recognizeShiftUntilZero() local
2713 Expander.setInsertPoint(&*Builder.GetInsertPoint()); in recognizeShiftUntilZero()
2714 Value *ExtraOffset = Expander.expandCodeFor(ExtraOffsetExpr); in recognizeShiftUntilZero()