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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp398 SDNode *MultNode = MultHi.getNode(); local
402 if (MultLo.getNode() != MultNode)
409 // MultLo amd MultHi must be the first and second output of MultNode
415 // of the values of MultNode, in which case MultNode will be removed in later
418 // here, which will result in MultNode being mapped to a single MULT
435 MultNode->getOperand(0),// Factor 0
436 MultNode->getOperand(1),// Factor 1
470 SDNode *MultNode = MultHi.getNode(); local
474 if (MultLo.getNode() != MultNode)
[all...]

Completed in 192 milliseconds