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 733 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
734 if (AsCall && SizeIndex < kNumberOfAccessSizes) {
735 Value *Fn = MS.MaybeStoreOriginFn[SizeIndex];
737 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
805 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
806 if (AsCall && SizeIndex < kNumberOfAccessSizes) {
807 Value *Fn = MS.MaybeWarningFn[SizeIndex];
809 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 281 milliseconds