Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3006 bool IsBitwiseNegate = LoweredLogical.getMachineOpcode() == PPC::XORI8; in tryLogicOpOfCompares() local
3007 unsigned SubRegToExtract = IsBitwiseNegate ? PPC::sub_eq : PPC::sub_gt; in tryLogicOpOfCompares()
3016 if (IsBitwiseNegate && in tryLogicOpOfCompares()
3019 else if (IsBitwiseNegate) in tryLogicOpOfCompares()
3035 if (NewOpc != -1 && IsBitwiseNegate) { in tryLogicOpOfCompares()
3049 assert((NewOpc != -1 || !IsBitwiseNegate) && in tryLogicOpOfCompares()