Lines Matching defs:ConstNode
741 /// and ConstNode is c2.
743 SDValue ConstNode);
20070 // and ConstNode is c2.
20081 SDValue ConstNode) {
20087 TLI.isMulAddWithConstProfitable(AddNode, ConstNode))
20091 for (SDNode *Use : ConstNode->uses()) {
20100 if (Use->getOperand(0) == ConstNode)
20107 // ConstNode = CONST
20108 // Use = ConstNode * A <-- visiting Use. OtherOp is A.
20111 // = AddNode * ConstNode <-- current visiting instruction.
20114 // multiply (ConstNode * A) that we can save.
20121 // ConstNode = CONST
20123 // ... = AddNode * ConstNode <-- current visiting instruction.
20126 // Use = OtherOp * ConstNode <-- visiting Use.