Searched refs:ConstNode (Results 1 – 6 of 6) sorted by relevance
116 auto ConstNode = cast<ConstantSDNode>(Node); in Select() local117 if (VT == XLenVT && ConstNode->isNullValue()) { in Select()123 int64_t Imm = ConstNode->getSExtValue(); in Select()
288 ConstantSDNode *ConstNode = cast<ConstantSDNode>(Node); in Select() local291 if (ConstNode->isNullValue()) { in Select()298 if (ConstNode->isAllOnesValue()) { in Select()
2871 ConstantSDNode *ConstNode = cast<ConstantSDNode>(Node); in Select() local2872 if (ConstNode->isNullValue()) { in Select()
524 SDValue &ConstNode);14105 SDValue &ConstNode) { in isMulAddWithConstProfitable() argument14113 for (SDNode *Use : ConstNode->uses()) { in isMulAddWithConstProfitable()14122 if (Use->getOperand(0) == ConstNode) in isMulAddWithConstProfitable()
14565 ConstantSDNode *ConstNode = dyn_cast<ConstantSDNode>(Op0.getOperand(1)); in combineTRUNCATE() local14567 if (!ConstNode || ConstNode->getZExtValue() != 64) in combineTRUNCATE()
37316 auto *ConstNode = dyn_cast<ConstantSDNode>(Op); in getOneTrueElt() local37317 if (!ConstNode) in getOneTrueElt()37319 if (ConstNode->getAPIntValue().isAllOnesValue()) { in getOneTrueElt()