Searched refs:CN1 (Results 1 – 5 of 5) sorted by relevance
859 ConstantSDNode *CN, *CN1; in performORCombine() local910 if (!(CN1 = dyn_cast<ConstantSDNode>(And1->getOperand(1)))) in performORCombine()913 if (!(CN1 = dyn_cast<ConstantSDNode>(N->getOperand(1)))) in performORCombine()918 if (CN->getSExtValue() & CN1->getSExtValue()) in performORCombine()932 ? DAG.getConstant(CN1->getSExtValue() >> SMPos0, DL, ValTy) in performORCombine()
17239 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N->getOperand(1)); in combineSHL() local17242 N0.getOperand(0).getValueType() != MVT::i32 || CN1 == nullptr || in combineSHL()17254 SDValue ShiftBy = SDValue(CN1, 0); in combineSHL()17258 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32); in combineSHL()
9462 const ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N1); in performSHLPtrCombine() local9463 if (!CN1) in performSHLPtrCombine()9472 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()
16094 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(BVN1->getOperand(k)); in tryCombineToBSL() local16095 if (!CN0 || !CN1 || in tryCombineToBSL()16096 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()
24595 SDValue CN1 = N1.getOperand(0); in visitINSERT_SUBVECTOR() local24597 EVT CN1VT = CN1.getValueType(); in visitINSERT_SUBVECTOR()24602 CN0.getValueType(), CN0, CN1, N2); in visitINSERT_SUBVECTOR()