Searched refs:SimplifyLHS (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5057 SDValue SimplifyLHS = GetDemandedBits(V.getOperand(0), NewMask); local
5058 if (SimplifyLHS.getNode())
5060 SimplifyLHS, V.getOperand(1));

Completed in 131 milliseconds