Searched refs:IsBitwiseNegate (Results 1 – 1 of 1) sorted by relevance
3019 bool IsBitwiseNegate = LoweredLogical.getMachineOpcode() == PPC::XORI8; in tryLogicOpOfCompares() local3020 unsigned SubRegToExtract = IsBitwiseNegate ? PPC::sub_eq : PPC::sub_gt; in tryLogicOpOfCompares()3029 if (IsBitwiseNegate && in tryLogicOpOfCompares()3032 else if (IsBitwiseNegate) in tryLogicOpOfCompares()3048 if (NewOpc != -1 && IsBitwiseNegate) { in tryLogicOpOfCompares()3062 assert((NewOpc != -1 || !IsBitwiseNegate) && in tryLogicOpOfCompares()