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