Home
last modified time | relevance | path

Searched refs:IsHigh (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp146 bool IsHigh = SystemZ::isHighReg(Reg); in expandRIPseudo() local
147 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo()
148 if (IsHigh && ConvertHigh) in expandRIPseudo()