Searched refs:RHSIsU (Results 1 – 1 of 1) sorted by relevance
12347 bool RHSIsU = DAG.MaskedValueIsZero(RHS, HighMask); in ReplaceNodeResults() 12349 if (LHSIsU == RHSIsU) in ReplaceNodeResults() 12366 if (RHSIsU && LHSIsS && !RHSIsS) in ReplaceNodeResults() 12345 bool RHSIsU = DAG.MaskedValueIsZero(RHS, HighMask); ReplaceNodeResults() local