Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:SizeIndex

565       unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
566 if (AsCall && SizeIndex < kNumberOfAccessSizes) {
567 Value *Fn = MS.MaybeStoreOriginFn[SizeIndex];
569 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
622 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
623 if (AsCall && SizeIndex < kNumberOfAccessSizes) {
624 Value *Fn = MS.MaybeWarningFn[SizeIndex];
626 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));