Searched refs:LeftHand (Results 1 – 1 of 1) sorted by relevance
6908 static SDValue foldLogicTreeOfShifts(SDNode *N, SDValue LeftHand, in foldLogicTreeOfShifts() argument6913 if (LeftHand.getOpcode() != LogicOpcode || in foldLogicTreeOfShifts()6916 if (!LeftHand.hasOneUse() || !RightHand.hasOneUse()) in foldLogicTreeOfShifts()6927 if ((CombinedShifts = foldLogicOfShifts(N, LeftHand, R0, DAG))) in foldLogicTreeOfShifts()6929 else if ((CombinedShifts = foldLogicOfShifts(N, LeftHand, R1, DAG))) in foldLogicTreeOfShifts()