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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp463 SDNode *SUBCNode = SUBENode->getOperand(2).getNode(); local
465 if (SUBCNode->getOpcode() != ISD::SUBC)
469 SDValue MultLo = SUBCNode->getOperand(1);
486 // Transform this to a MSUB only if SUBENode and SUBCNode are the only users
489 // If there exist users other than SUBENode or SUBCNode, this function returns
500 SUBCNode->getOperand(0),
512 if (!SDValue(SUBCNode, 0).use_empty()) {
514 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBCNode, 0), LoOut);

Completed in 322 milliseconds