Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2836 bool IsBitwiseNegate = LoweredLogical.getMachineOpcode() == PPC::XORI8; in tryLogicOpOfCompares() local
2837 unsigned SubRegToExtract = IsBitwiseNegate ? PPC::sub_eq : PPC::sub_gt; in tryLogicOpOfCompares()
2846 if (IsBitwiseNegate && in tryLogicOpOfCompares()
2849 else if (IsBitwiseNegate) in tryLogicOpOfCompares()
2865 if (NewOpc != -1 && IsBitwiseNegate) { in tryLogicOpOfCompares()
2879 assert((NewOpc != -1 || !IsBitwiseNegate) && in tryLogicOpOfCompares()