Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp2677 bool IsBitwiseNegation = isBitwiseNot(LogicOp); in computeLogicOpInGPR() local
2704 if (!LHS || (!RHS && !IsBitwiseNegation)) in computeLogicOpInGPR()
2712 if (!IsBitwiseNegation && RHS.getValueType() == MVT::i32) in computeLogicOpInGPR()
2723 if (IsBitwiseNegation) { in computeLogicOpInGPR()