Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2932 auto getLogicOperand = [&] (SDValue Operand) -> SDValue { in computeLogicOpInGPR() local
2947 LHS = getLogicOperand(LogicOp.getOperand(0)); in computeLogicOpInGPR()
2948 RHS = getLogicOperand(LogicOp.getOperand(1)); in computeLogicOpInGPR()