Home | History | Annotate | Download | only in Scalar

Lines Matching refs:isAAFailure

852   bool isAAFailure = false;
854 isAAFailure = StoreOffset+int64_t(StoreSize) <= LoadOffset;
856 isAAFailure = LoadOffset+int64_t(LoadSize) <= StoreOffset;
858 if (isAAFailure) {