Searched refs:LHSIsS (Results 1 – 1 of 1) sorted by relevance
12361 bool LHSIsS = DAG.ComputeNumSignBits(LHS) > XLen; in ReplaceNodeResults() 12366 if (RHSIsU && LHSIsS && !RHSIsS) in ReplaceNodeResults() 12368 else if (LHSIsU && RHSIsS && !LHSIsS) in ReplaceNodeResults() 12359 bool LHSIsS = DAG.ComputeNumSignBits(LHS) > XLen; ReplaceNodeResults() local