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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp374 SDNode *ADDCNode = ADDENode->getOperand(2).getNode(); local
376 if (ADDCNode->getOpcode() != ISD::ADDC)
380 SDValue MultLo = ADDCNode->getOperand(0);
397 // Transform this to a MADD only if ADDENode and ADDCNode are the only users
400 // If there exist users other than ADDENode or ADDCNode, this function returns
416 ADDCNode->getOperand(1),// Lo0
427 if (!SDValue(ADDCNode, 0).use_empty())
428 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDCNode, 0), CopyFromLo);

Completed in 202 milliseconds