Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp274 SDValue SimplifyNodeWithTwoResults(SDNode *N, unsigned LoOp,
2226 SDValue DAGCombiner::SimplifyNodeWithTwoResults(SDNode *N, unsigned LoOp, in SimplifyNodeWithTwoResults() argument
2232 TLI.isOperationLegal(LoOp, N->getValueType(0)))) { in SimplifyNodeWithTwoResults()
2233 SDValue Res = DAG.getNode(LoOp, SDLoc(N), N->getValueType(0), in SimplifyNodeWithTwoResults()
2254 SDValue Lo = DAG.getNode(LoOp, SDLoc(N), N->getValueType(0), in SimplifyNodeWithTwoResults()