Searched refs:N3C (Results 1 – 5 of 5) sorted by relevance
1012 if (ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N->getOperand(3))) in Select() local1013 if (N1C->isNullValue() && N3C->isNullValue() && in Select()
7432 ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N3.getNode()); in SimplifySelectCC() local7519 if (N1C && N3C && N3C->isNullValue() && CC == ISD::SETLT && in SimplifySelectCC()7593 if (N2C && N3C && N3C->isNullValue() && N2C->getAPIntValue().isPowerOf2() && in SimplifySelectCC()7636 if (0 && N3C && N3C->isNullValue() && N2C && (N2C->getAPIntValue() == 1ULL)) { in SimplifySelectCC()
2778 if (ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N->getOperand(3))) in Select() local2779 if (N1C->isNullValue() && N3C->isNullValue() && in Select()
4941 ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N3); in getNode() local4943 if (N3C && N3C->getZExtValue() >= N1.getValueType().getVectorNumElements()) in getNode()
4564 if (ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N->getOperand(3))) in Select() local4565 if (N1C->isNullValue() && N3C->isNullValue() && in Select()