Searched refs:RHSIsS (Results 1 – 1 of 1) sorted by relevance
14257 bool RHSIsS = DAG.ComputeNumSignBits(RHS) > XLen; in ReplaceNodeResults() local14261 if (RHSIsU && LHSIsS && !RHSIsS) in ReplaceNodeResults()14263 else if (LHSIsU && RHSIsS && !LHSIsS) in ReplaceNodeResults()