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