Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6909 SDValue RightHand, SelectionDAG &DAG) { in foldLogicTreeOfShifts() argument
6914 RightHand.getOpcode() != LogicOpcode) in foldLogicTreeOfShifts()
6916 if (!LeftHand.hasOneUse() || !RightHand.hasOneUse()) in foldLogicTreeOfShifts()
6925 SDValue R0 = RightHand.getOperand(0); in foldLogicTreeOfShifts()
6926 SDValue R1 = RightHand.getOperand(1); in foldLogicTreeOfShifts()