Home
last modified time | relevance | path

Searched refs:LoadSizeBytes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1783 const auto LoadSizeBytes = SlotSize.getFixedValue(); in propagateNonFTStore() local
1785 IntptrTy, APInt(IntptrTy->getPrimitiveSizeInBits(), LoadSizeBytes)); in propagateNonFTStore()
1795 Type *ShadowTypeIntTy = Type::getIntNTy(Context, 8 * LoadSizeBytes); in propagateNonFTStore()
1797 Type::getIntNTy(Context, 8 * kShadowScale * LoadSizeBytes); in propagateNonFTStore()