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

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h407 inline MultNode::MultNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) function in class:JSC::MultNode
H A DNodes.h830 class MultNode : public BinaryOpNode { class in namespace:JSC
832 MultNode(const JSTokenLocation&, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments);
H A DASTBuilder.h743 return new (m_vm) MultNode(location, expr1, expr2, rightHasAssignments);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp381 SDNode *MultNode = MultHi.getNode(); local
385 if (MultLo.getNode() != MultNode)
392 // MultLo amd MultHi must be the first and second output of MultNode
398 // of the values of MultNode, in which case MultNode will be removed in later
401 // here, which will result in MultNode being mapped to a single MULT
414 MultNode->getOperand(0),// Factor 0
415 MultNode->getOperand(1),// Factor 1
454 SDNode *MultNode = MultHi.getNode(); local
458 if (MultLo.getNode() != MultNode)
[all...]

Completed in 144 milliseconds