HomeSort by relevance Sort by last modified time
    Searched refs:SizeIndex (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 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)));
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 451 milliseconds