Home | History | Annotate | Download | only in Scalar

Lines Matching refs:FromBase

173     const SCEV *FromBase = SE->getPointerBase(SE->getSCEV(FromPtr));
175 if (FromBase == ToBase)
179 << *FromBase << " != " << *ToBase << "\n");