Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp232 unsigned ShortLen = BypassType->getBitWidth(); in getValueRange() local
235 assert(LongLen > ShortLen && "Value type must be wider than BypassType"); in getValueRange()
236 unsigned HiBits = LongLen - ShortLen; in getValueRange()