Searched refs:ShortLen (Results 1 – 1 of 1) sorted by relevance
230 unsigned ShortLen = BypassType->getBitWidth(); in getValueRange() local233 assert(LongLen > ShortLen && "Value type must be wider than BypassType"); in getValueRange()234 unsigned HiBits = LongLen - ShortLen; in getValueRange()