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