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()
455 auto *ConstNode = cast<ConstantSDNode>(Node); in Select() local456 if (VT == XLenVT && ConstNode->isNullValue()) { in Select()463 selectImm(CurDAG, DL, ConstNode->getSExtValue(), *Subtarget)); in Select()
8938 if (auto *ConstNode = dyn_cast<ConstantSDNode>(C.getNode())) { in decomposeMulByConstant() local8940 const APInt &Imm = ConstNode->getAPIntValue(); in decomposeMulByConstant()
16293 if (auto *ConstNode = dyn_cast<ConstantSDNode>(C.getNode())) { in decomposeMulByConstant() local16294 if (!ConstNode->getAPIntValue().isSignedIntN(64)) in decomposeMulByConstant()16302 int64_t Imm = ConstNode->getSExtValue(); in decomposeMulByConstant()16746 ConstantSDNode* ConstNode = dyn_cast<ConstantSDNode>(RHS); in combineADDToMAT_PCREL_ADDR() local16749 if (!GSDN || !ConstNode) in combineADDToMAT_PCREL_ADDR()16752 int64_t NewOffset = GSDN->getOffset() + ConstNode->getSExtValue(); in combineADDToMAT_PCREL_ADDR()16826 ConstantSDNode *ConstNode = dyn_cast<ConstantSDNode>(Op0.getOperand(1)); in combineTRUNCATE() local16828 if (!ConstNode || ConstNode->getZExtValue() != 64) in combineTRUNCATE()
3523 ConstantSDNode *ConstNode = cast<ConstantSDNode>(Node); in Select() local3524 if (ConstNode->isNullValue()) { in Select()
672 SDValue &ConstNode);16838 SDValue &ConstNode) { in isMulAddWithConstProfitable() argument16846 for (SDNode *Use : ConstNode->uses()) { in isMulAddWithConstProfitable()16855 if (Use->getOperand(0) == ConstNode) in isMulAddWithConstProfitable()
45875 auto *ConstNode = dyn_cast<ConstantSDNode>(Op); in getOneTrueElt() local45876 if (!ConstNode) in getOneTrueElt()45878 if (ConstNode->getAPIntValue().countTrailingOnes() >= 1) { in getOneTrueElt()