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

/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp395 SDNode *ADDCNode = ADDENode->getOperand(2).getNode(); local
397 if (ADDCNode->getOpcode() != ISD::ADDC)
401 SDValue MultLo = ADDCNode->getOperand(0);
418 // Transform this to a MADD only if ADDENode and ADDCNode are the only users
421 // If there exist users other than ADDENode or ADDCNode, this function returns
432 ADDCNode->getOperand(1),
444 if (!SDValue(ADDCNode, 0).use_empty()) {
446 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDCNode, 0), LoOut);

Completed in 80 milliseconds