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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp380 SDValue MultLo = ADDCNode->getOperand(0); local
384 // MultHi and MultLo must be generated by the same node,
385 if (MultLo.getNode() != MultNode)
392 // MultLo amd MultHi must be the first and second output of MultNode
394 if (MultHi.getResNo() != 1 || MultLo.getResNo() != 0)
404 if (!MultHi.hasOneUse() || !MultLo.hasOneUse())
453 SDValue MultLo = SUBCNode->getOperand(1); local
457 // MultHi and MultLo must be generated by the same node,
458 if (MultLo.getNode() != MultNode)
465 // MultLo am
[all...]

Completed in 173 milliseconds