Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1110 unsigned TypeSizeFixed = TS.getFixedValue(); in TypeSizeToSizeIndex() local
1111 if (TypeSizeFixed <= 8) in TypeSizeToSizeIndex()
1113 return Log2_32_Ceil((TypeSizeFixed + 7) / 8); in TypeSizeToSizeIndex()