Searched defs:IsRegCR (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp154 bool IsRegCR; local
158 IsRegCR = MRI->getRegClass(Reg)->hasSuperClassEq(&PPC::CRRCRegClass) ||
161 IsRegCR = PPC::CRRCRegClass.contains(Reg) ||
165 if (UseMI.isBranch() && IsRegCR) {

Completed in 619 milliseconds