Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2926 bool IsBitwiseNegation = isBitwiseNot(LogicOp); in computeLogicOpInGPR() local
2953 if (!LHS || (!RHS && !IsBitwiseNegation)) in computeLogicOpInGPR()
2961 if (!IsBitwiseNegation && RHS.getValueType() == MVT::i32) in computeLogicOpInGPR()
2972 if (IsBitwiseNegation) { in computeLogicOpInGPR()