Searched refs:IsBitwiseNegate (Results 1 – 1 of 1) sorted by relevance
2832 bool IsBitwiseNegate = LoweredLogical.getMachineOpcode() == PPC::XORI8; in tryLogicOpOfCompares() local2833 unsigned SubRegToExtract = IsBitwiseNegate ? PPC::sub_eq : PPC::sub_gt; in tryLogicOpOfCompares()2842 if (IsBitwiseNegate && in tryLogicOpOfCompares()2845 else if (IsBitwiseNegate) in tryLogicOpOfCompares()2861 if (NewOpc != -1 && IsBitwiseNegate) { in tryLogicOpOfCompares()2875 assert((NewOpc != -1 || !IsBitwiseNegate) && in tryLogicOpOfCompares()