Searched refs:DestBegin (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp249 uint64_t DestBegin, DestEnd; member in struct:__anon10432::AllocaPartitioning::MemTransferOffsets
642 Offsets.DestBegin = Offset;
1146 IsDest = UI->BeginOffset == MTO.DestBegin;
1148 IsDest = MTO.DestBegin != 0u;
1150 << "[" << (IsDest ? MTO.DestBegin : MTO.SourceBegin)
2449 APInt RelOffset(IntPtrWidth, BeginOffset - (IsDest ? MTO.DestBegin
2495 uint64_t OrigBegin = IsDest ? MTO.DestBegin : MTO.SourceBegin;

Completed in 127 milliseconds