Home
last modified time | relevance | path

Searched refs:LeftHand (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6908 static SDValue foldLogicTreeOfShifts(SDNode *N, SDValue LeftHand, in foldLogicTreeOfShifts() argument
6913 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()