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