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