Searched defs:HiOp (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp303 unsigned HiOp);
2290 /// compute two values. LoOp and HiOp give the opcodes for the two computations
2294 unsigned HiOp) {
2309 TLI.isOperationLegal(HiOp, N->getValueType(1)))) {
2310 SDValue Res = DAG.getNode(HiOp, SDLoc(N), N->getValueType(1),
2332 SDValue Hi = DAG.getNode(HiOp, SDLoc(N), N->getValueType(1),
2293 SimplifyNodeWithTwoResults(SDNode *N, unsigned LoOp, unsigned HiOp) argument

Completed in 130 milliseconds