Home
last modified time | relevance | path

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

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