Searched refs:ConstNode (Results 1 – 7 of 7) sorted by relevance
287 ConstantSDNode *ConstNode = cast<ConstantSDNode>(Node); in Select() local290 if (ConstNode->isNullValue()) { in Select()297 if (ConstNode->isAllOnesValue()) { in Select()
382 auto *ConstNode = cast<ConstantSDNode>(Node); in Select() local383 if (VT == XLenVT && ConstNode->isNullValue()) { in Select()389 ReplaceNode(Node, selectImm(CurDAG, DL, ConstNode->getSExtValue(), XLenVT)); in Select()
8484 if (auto *ConstNode = dyn_cast<ConstantSDNode>(C.getNode())) { in decomposeMulByConstant() local8486 const APInt &Imm = ConstNode->getAPIntValue(); in decomposeMulByConstant()
16182 if (auto *ConstNode = dyn_cast<ConstantSDNode>(C.getNode())) { in decomposeMulByConstant() local16183 if (!ConstNode->getAPIntValue().isSignedIntN(64)) in decomposeMulByConstant()16191 int64_t Imm = ConstNode->getSExtValue(); in decomposeMulByConstant()16625 ConstantSDNode* ConstNode = dyn_cast<ConstantSDNode>(RHS); in combineADDToMAT_PCREL_ADDR() local16628 if (!GSDN || !ConstNode) in combineADDToMAT_PCREL_ADDR()16631 int64_t NewOffset = GSDN->getOffset() + ConstNode->getSExtValue(); in combineADDToMAT_PCREL_ADDR()16705 ConstantSDNode *ConstNode = dyn_cast<ConstantSDNode>(Op0.getOperand(1)); in combineTRUNCATE() local16707 if (!ConstNode || ConstNode->getZExtValue() != 64) in combineTRUNCATE()
3488 ConstantSDNode *ConstNode = cast<ConstantSDNode>(Node); in Select() local3489 if (ConstNode->isNullValue()) { in Select()
670 SDValue &ConstNode);16643 SDValue &ConstNode) { in isMulAddWithConstProfitable() argument16651 for (SDNode *Use : ConstNode->uses()) { in isMulAddWithConstProfitable()16660 if (Use->getOperand(0) == ConstNode) in isMulAddWithConstProfitable()
45553 auto *ConstNode = dyn_cast<ConstantSDNode>(Op); in getOneTrueElt() local45554 if (!ConstNode) in getOneTrueElt()45556 if (ConstNode->getAPIntValue().countTrailingOnes() >= 1) { in getOneTrueElt()