Home
last modified time | relevance | path

Searched refs:IsBitwiseNegate (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2845 bool IsBitwiseNegate = LoweredLogical.getMachineOpcode() == PPC::XORI8; in tryLogicOpOfCompares() local
2846 unsigned SubRegToExtract = IsBitwiseNegate ? PPC::sub_eq : PPC::sub_gt; in tryLogicOpOfCompares()
2855 if (IsBitwiseNegate && in tryLogicOpOfCompares()
2858 else if (IsBitwiseNegate) in tryLogicOpOfCompares()
2874 if (NewOpc != -1 && IsBitwiseNegate) { in tryLogicOpOfCompares()
2888 assert((NewOpc != -1 || !IsBitwiseNegate) && in tryLogicOpOfCompares()