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

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

Completed in 160 milliseconds