Searched refs:LeftHand (Results 1 – 1 of 1) sorted by relevance
7300 static SDValue foldLogicTreeOfShifts(SDNode *N, SDValue LeftHand, in foldLogicTreeOfShifts() argument7305 if (LeftHand.getOpcode() != LogicOpcode || in foldLogicTreeOfShifts()7308 if (!LeftHand.hasOneUse() || !RightHand.hasOneUse()) in foldLogicTreeOfShifts()7319 if ((CombinedShifts = foldLogicOfShifts(N, LeftHand, R0, DAG))) in foldLogicTreeOfShifts()7321 else if ((CombinedShifts = foldLogicOfShifts(N, LeftHand, R1, DAG))) in foldLogicTreeOfShifts()