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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp397 SDValue MultLo = ADDCNode->getOperand(0); local
401 // MultHi and MultLo must be generated by the same node,
402 if (MultLo.getNode() != MultNode)
409 // MultLo amd MultHi must be the first and second output of MultNode
411 if (MultHi.getResNo() != 1 || MultLo.getResNo() != 0)
421 if (!MultHi.hasOneUse() || !MultLo.hasOneUse())
469 SDValue MultLo = SUBCNode->getOperand(1); local
473 // MultHi and MultLo must be generated by the same node,
474 if (MultLo.getNode() != MultNode)
481 // MultLo am
[all...]

Completed in 34 milliseconds