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