Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Granularity

699   size_t Granularity = 1 << Mapping.Scale;
700 // Addr & (Granularity - 1)
702 AddrLong, ConstantInt::get(IntptrTy, Granularity - 1));
703 // (Addr & (Granularity - 1)) + size - 1
707 // (uint8_t) ((Addr & (Granularity-1)) + size - 1)
710 // ((uint8_t) ((Addr & (Granularity-1)) + size - 1)) >= ShadowValue
731 size_t Granularity = 1 << Mapping.Scale;
734 if (ClAlwaysSlowPath || (TypeSize < 8 * Granularity)) {