Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3100 bool IsBitwiseNegation = isBitwiseNot(LogicOp); in computeLogicOpInGPR() local
3127 if (!LHS || (!RHS && !IsBitwiseNegation)) in computeLogicOpInGPR()
3135 if (!IsBitwiseNegation && RHS.getValueType() == MVT::i32) in computeLogicOpInGPR()
3146 if (IsBitwiseNegation) { in computeLogicOpInGPR()