Searched refs:getLogicOperand (Results 1 – 1 of 1) sorted by relevance
2683 auto getLogicOperand = [&] (SDValue Operand) -> SDValue { in computeLogicOpInGPR() local2698 LHS = getLogicOperand(LogicOp.getOperand(0)); in computeLogicOpInGPR()2699 RHS = getLogicOperand(LogicOp.getOperand(1)); in computeLogicOpInGPR()