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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp391 SDNode *ADDCNode = ADDENode->getOperand(2).getNode(); local
393 if (ADDCNode->getOpcode() != ISD::ADDC)
397 SDValue MultLo = ADDCNode->getOperand(0);
414 // Transform this to a MADD only if ADDENode and ADDCNode are the only users
417 // If there exist users other than ADDENode or ADDCNode, this function returns
428 ADDCNode->getOperand(1),
440 if (!SDValue(ADDCNode, 0).use_empty()) {
442 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDCNode, 0), LoOut);

Completed in 364 milliseconds