Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Dialect/Support/
H A DKindMapping.cpp52 const unsigned bitsInByte = 8; in defaultScalingKind() local
53 return kind * bitsInByte; in defaultScalingKind()