Searched refs:LHSSign (Results 1 – 1 of 1) sorted by relevance
5653 OperandSignedness LHSSign; in AreMulWideOperandsDemotable() local5656 if (!IsMulWideOperandDemotable(LHS, OptSize, LHSSign)) in AreMulWideOperandsDemotable()5660 if (LHSSign == Unknown) in AreMulWideOperandsDemotable()5663 IsSigned = (LHSSign == Signed); in AreMulWideOperandsDemotable()5668 if (LHSSign == Unsigned) { in AreMulWideOperandsDemotable()5678 return LHSSign == RHSSign; in AreMulWideOperandsDemotable()