Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6230 static SDValue foldLogicTreeOfShifts(SDNode *N, SDValue LeftHand, in foldLogicTreeOfShifts() argument
6235 if (LeftHand.getOpcode() != LogicOpcode || in foldLogicTreeOfShifts()
6238 if (!LeftHand.hasOneUse() || !RightHand.hasOneUse()) in foldLogicTreeOfShifts()
6249 if ((CombinedShifts = foldLogicOfShifts(N, LeftHand, R0, DAG))) in foldLogicTreeOfShifts()
6251 else if ((CombinedShifts = foldLogicOfShifts(N, LeftHand, R1, DAG))) in foldLogicTreeOfShifts()