Searched refs:LHSSign (Results 1 – 1 of 1) sorted by relevance
5389 OperandSignedness LHSSign; in AreMulWideOperandsDemotable() local5392 if (!IsMulWideOperandDemotable(LHS, OptSize, LHSSign)) in AreMulWideOperandsDemotable()5396 if (LHSSign == Unknown) in AreMulWideOperandsDemotable()5399 IsSigned = (LHSSign == Signed); in AreMulWideOperandsDemotable()5404 if (LHSSign == Unsigned) { in AreMulWideOperandsDemotable()5414 return LHSSign == RHSSign; in AreMulWideOperandsDemotable()