Searched refs:OldFlagDef2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7743 MachineOperand *OldFlagDef2 = OldMI2.findRegisterDefOperand(X86::EFLAGS); local
7745 assert(!OldFlagDef1 == !OldFlagDef2 &&
7748 if (!OldFlagDef1 || !OldFlagDef2)
7751 assert(OldFlagDef1->isDead() && OldFlagDef2->isDead() &&

Completed in 114 milliseconds