Lines Matching defs:MulNode
751 /// MulNode is the original multiply, AddNode is (add x, c1),
753 bool isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode,
20512 // MulNode is the original multiply, AddNode is (add x, c1),
20523 bool DAGCombiner::isMulAddWithConstProfitable(SDNode *MulNode, SDValue AddNode,
20535 if (User == MulNode) // This use is the one we're on right now. Skip it.