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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp261 SDValue SimplifyNodeWithTwoResults(SDNode *N, unsigned LoOp,
2159 /// compute two values. LoOp and HiOp give the opcodes for the two computations
2162 SDValue DAGCombiner::SimplifyNodeWithTwoResults(SDNode *N, unsigned LoOp, argument
2168 TLI.isOperationLegal(LoOp, N->getValueType(0)))) {
2169 SDValue Res = DAG.getNode(LoOp, N->getDebugLoc(), N->getValueType(0),
2190 SDValue Lo = DAG.getNode(LoOp, N->getDebugLoc(), N->getValueType(0),

Completed in 186 milliseconds