Searched refs:LHSSign (Results 1 – 1 of 1) sorted by relevance
5388 OperandSignedness LHSSign; in AreMulWideOperandsDemotable() local5391 if (!IsMulWideOperandDemotable(LHS, OptSize, LHSSign)) in AreMulWideOperandsDemotable()5395 if (LHSSign == Unknown) in AreMulWideOperandsDemotable()5398 IsSigned = (LHSSign == Signed); in AreMulWideOperandsDemotable()5403 if (LHSSign == Unsigned) { in AreMulWideOperandsDemotable()5413 return LHSSign == RHSSign; in AreMulWideOperandsDemotable()