Lines Matching defs:ConstNode
752 /// and ConstNode is c2.
754 SDValue ConstNode);
20513 // and ConstNode is c2.
20524 SDValue ConstNode) {
20530 TLI.isMulAddWithConstProfitable(AddNode, ConstNode))
20534 for (SDNode *User : ConstNode->users()) {
20543 if (User->getOperand(0) == ConstNode)
20550 // ConstNode = CONST
20551 // User = ConstNode * A <-- visiting User. OtherOp is A.
20554 // = AddNode * ConstNode <-- current visiting instruction.
20557 // multiply (ConstNode * A) that we can save.
20564 // ConstNode = CONST
20566 // ... = AddNode * ConstNode <-- current visiting instruction.
20569 // User = OtherOp * ConstNode <-- visiting User.