Searched refs:CN0 (Results 1 – 10 of 10) sorted by relevance
2926 ConstantSDNode *CN0 = cast<ConstantSDNode > (AddArg); in PerformDAGCombine() local2929 if (CN0->isNullValue()) { in PerformDAGCombine()2946 int64_t combinedConst = CN0->getSExtValue() + CN1->getSExtValue(); in PerformDAGCombine()2953 << "), " << CN0->getSExtValue() << ")\n" in PerformDAGCombine()
16 ��&P��x��N�/Mw����˰]��Z6d��9L⽲��o?RԑO4��ȗh{K������lQք��nc�xni|~�t��!@����CN0ى�T��f`��…
173 ��&P��x��N�/Mw����˰]��Z6d��9L⽲��o?RԑO4��ȗh{K������lQք��nc�xni|~�t��!@����CN0ى�T��f`��…
251 ��&P��x��N�/Mw����˰]��Z6d��9L⽲��o?RԑO4��ȗh{K������lQք��nc�xni|~�t��!@����CN0ى�T��f`��…
7913 ConstantSDNode *CN0 = dyn_cast<ConstantSDNode>(BVN0->getOperand(k)); in tryCombineToBSL() local7915 if (!CN0 || !CN1 || in tryCombineToBSL()7916 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()
9075 ConstantSDNode *CN0 = dyn_cast<ConstantSDNode>(BVN0->getOperand(k)); in tryCombineToBSL() local9077 if (!CN0 || !CN1 || in tryCombineToBSL()9078 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()
17356 SDValue CN0 = N0.getOperand(0); in visitINSERT_SUBVECTOR() local17358 EVT CN0VT = CN0.getValueType(); in visitINSERT_SUBVECTOR()17364 CN0.getValueType(), CN0, CN1, N2); in visitINSERT_SUBVECTOR()