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 664 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
665 if (AsCall && SizeIndex < kNumberOfAccessSizes) {
666 Value *Fn = MS.MaybeStoreOriginFn[SizeIndex];
668 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
736 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
737 if (AsCall && SizeIndex < kNumberOfAccessSizes) {
738 Value *Fn = MS.MaybeWarningFn[SizeIndex];
740 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 42 milliseconds