Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp230 unsigned ShortLen = BypassType->getBitWidth(); in getValueRange() local
233 assert(LongLen > ShortLen && "Value type must be wider than BypassType"); in getValueRange()
234 unsigned HiBits = LongLen - ShortLen; in getValueRange()