Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3093 auto getLogicOperand = [&] (SDValue Operand) -> SDValue { in computeLogicOpInGPR() local
3108 LHS = getLogicOperand(LogicOp.getOperand(0)); in computeLogicOpInGPR()
3109 RHS = getLogicOperand(LogicOp.getOperand(1)); in computeLogicOpInGPR()