Searched refs:SmallScale (Results 1 – 1 of 1) sorted by relevance
1548 APInt SmallScale = Scale.trunc(SmallSize); in Descale() local1554 if (SmallScale.sext(Scale.getBitWidth()) != Scale) in Descale()1557 assert(SmallScale.exactLogBase2() == logScale); in Descale()1563 Scale = SmallScale; in Descale()