Searched refs:TruncWidth (Results 1 – 2 of 2) sorted by relevance
47 unsigned TruncWidth = MRI.getType(Trunc->getReg(0)).getScalarSizeInBits(); in matchSextOfTrunc() local48 if (TruncWidth < 8) in matchSextOfTrunc()52 B.buildSExtInReg(Dst, Src, TruncWidth); in matchSextOfTrunc()
6592 unsigned TruncWidth = TI->getType()->getPrimitiveSizeInBits(); in processUMulZExtIdiom() local6593 if (TruncWidth > MulWidth) in processUMulZExtIdiom()