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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp1144 bool IsDest; local
1146 IsDest = UI->BeginOffset == MTO.DestBegin;
1148 IsDest = MTO.DestBegin != 0u;
1149 OS << Indent << " (original " << (IsDest ? "dest" : "source") << ": "
1150 << "[" << (IsDest ? MTO.DestBegin : MTO.SourceBegin)
1151 << "," << (IsDest ? MTO.DestEnd : MTO.SourceEnd) << ")\n";
2442 bool IsDest = II.getRawDest() == OldPtr; local
2449 APInt RelOffset(IntPtrWidth, BeginOffset - (IsDest ? MTO.DestBegin
2465 Value *OldOp = IsDest ? II.getRawDest() : II.getRawSource();
2466 if (IsDest)
[all...]

Completed in 80 milliseconds