Searched refs:IsHigh (Results 1 – 1 of 1) sorted by relevance
159 bool IsHigh = SystemZ::isHighReg(Reg); in expandRIPseudo() local160 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo()161 if (IsHigh && ConvertHigh) in expandRIPseudo()