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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp447 SDNode *SUBCNode = SUBENode->getOperand(2).getNode(); local
449 if (SUBCNode->getOpcode() != ISD::SUBC)
453 SDValue MultLo = SUBCNode->getOperand(1);
470 // Transform this to a MSUB only if SUBENode and SUBCNode are the only users
473 // If there exist users other than SUBENode or SUBCNode, this function returns
489 SUBCNode->getOperand(0),// Lo0
500 if (!SDValue(SUBCNode, 0).use_empty())
501 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBCNode, 0), CopyFromLo);

Completed in 126 milliseconds