Searched refs:LHSSign (Results 1 – 1 of 1) sorted by relevance
4922 OperandSignedness LHSSign; in AreMulWideOperandsDemotable() local4925 if (!IsMulWideOperandDemotable(LHS, OptSize, LHSSign)) in AreMulWideOperandsDemotable()4929 if (LHSSign == Unknown) in AreMulWideOperandsDemotable()4932 IsSigned = (LHSSign == Signed); in AreMulWideOperandsDemotable()4937 if (LHSSign == Unsigned) { in AreMulWideOperandsDemotable()4947 return LHSSign == RHSSign; in AreMulWideOperandsDemotable()