Home | History | Annotate | Download | only in Scalar

Lines Matching refs:isAAFailure

816   bool isAAFailure = false;
818 isAAFailure = StoreOffset+int64_t(StoreSize) <= LoadOffset;
820 isAAFailure = LoadOffset+int64_t(LoadSize) <= StoreOffset;
822 if (isAAFailure) {