Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Granularity

718   size_t Granularity = 1 << Mapping.Scale;
719 // Addr & (Granularity - 1)
721 AddrLong, ConstantInt::get(IntptrTy, Granularity - 1));
722 // (Addr & (Granularity - 1)) + size - 1
726 // (uint8_t) ((Addr & (Granularity-1)) + size - 1)
729 // ((uint8_t) ((Addr & (Granularity-1)) + size - 1)) >= ShadowValue
750 size_t Granularity = 1 << Mapping.Scale;
753 if (ClAlwaysSlowPath || (TypeSize < 8 * Granularity)) {