Searched refs:Sgn (Results 1 – 1 of 1) sorted by relevance
438 Signedness Sgn; member496 OS << "\n X:(" << SgnNames[Op.X.Sgn] << ") " << *Op.X.Val << "\n" in operator <<()497 << " Y:(" << SgnNames[Op.Y.Sgn] << ") " << *Op.Y.Val; in operator <<()1653 if (X.Sgn == Signed && Y.Sgn != Signed) in canonSgn()1705 Op.X.Sgn = getNumSignificantBits(Op.X.Val, &In).second; in matchFxpMul()1706 Op.Y.Sgn = getNumSignificantBits(Op.Y.Val, &In).second; in matchFxpMul()1815 if (Width == Op.Frac + 1 && Op.X.Sgn != Unsigned && Op.Y.Sgn != Unsigned) { in processFxpMulChopped()1852 Value *Shifted = Op.X.Sgn == Signed || Op.Y.Sgn == Signed in processFxpMulChopped()1864 auto WordP = createMulLong(Builder, WordX, Op.X.Sgn, WordY, Op.Y.Sgn); in processFxpMulChopped()1909 if (!Rounding || X.Sgn == Unsigned || Y.Sgn == Unsigned) in createMulQ15()[all …]