Home
last modified time | relevance | path

Searched defs:highOne (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dfast_divisor.h42 uint64_t highOne = static_cast<uint64_t>(1U) << (bitWidth - 1U); in FastConstSignedDivisor() local
105 uint64_t highOne = static_cast<uint64_t>(1U) << sizeMinusOne; in FastConstUnsignedDivisor() local