Searched refs:TypeSizeBytes (Results 1 – 1 of 1) sorted by relevance
672 const uint32_t TypeSizeBytes = DL.getTypeStoreSizeInBits(OrigTy) / 8; in instrumentLoadOrStore() local688 ConstantInt::get(IntptrTy, TypeSizeBytes)}); in instrumentLoadOrStore()695 if (Alignment == 0 || (Alignment % TypeSizeBytes) == 0) in instrumentLoadOrStore()814 uint32_t TypeSizeBytes = DL.getTypeStoreSizeInBits(OrigTy) / 8; in getMemoryAccessFuncIndex() local815 if (TypeSizeBytes != 1 && TypeSizeBytes != 2 && TypeSizeBytes != 4 && in getMemoryAccessFuncIndex()816 TypeSizeBytes != 8 && TypeSizeBytes != 16) { in getMemoryAccessFuncIndex()821 size_t Idx = countTrailingZeros(TypeSizeBytes); in getMemoryAccessFuncIndex()