Searched refs:LHSSign (Results 1 – 1 of 1) sorted by relevance
4748 OperandSignedness LHSSign; in AreMulWideOperandsDemotable() local4751 if (!IsMulWideOperandDemotable(LHS, OptSize, LHSSign)) in AreMulWideOperandsDemotable()4755 if (LHSSign == Unknown) in AreMulWideOperandsDemotable()4758 IsSigned = (LHSSign == Signed); in AreMulWideOperandsDemotable()4763 if (LHSSign == Unsigned) { in AreMulWideOperandsDemotable()4773 return LHSSign == RHSSign; in AreMulWideOperandsDemotable()