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