Searched refs:getCondFromSETCC (Results 1 – 3 of 3) sorted by relevance
729 X86::CondCode Cond = X86::getCondFromSETCC(MI); in collectCondsInRegs()786 X86::CondCode Cond = X86::getCondFromSETCC(MI); in rewriteSetCC()
66 CondCode getCondFromSETCC(const MachineInstr &MI);
3186 X86::CondCode X86::getCondFromSETCC(const MachineInstr &MI) { in getCondFromSETCC() function in X86