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