Searched refs:IsBitwiseNegate (Results 1 – 1 of 1) sorted by relevance
2552 bool IsBitwiseNegate = LoweredLogical.getMachineOpcode() == PPC::XORI8; in tryLogicOpOfCompares() local2553 unsigned SubRegToExtract = IsBitwiseNegate ? PPC::sub_eq : PPC::sub_gt; in tryLogicOpOfCompares()2562 if (IsBitwiseNegate && in tryLogicOpOfCompares()2565 else if (IsBitwiseNegate) in tryLogicOpOfCompares()2581 if (NewOpc != -1 && IsBitwiseNegate) { in tryLogicOpOfCompares()2595 assert((NewOpc != -1 || !IsBitwiseNegate) && in tryLogicOpOfCompares()