Searched refs:N3C (Results 1 – 2 of 2) sorted by relevance
1280 if (ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N->getOperand(3))) in Select() local1281 if (N1C->isNullValue() && N3C->isNullValue() && in Select()
11116 ConstantSDNode *N3C = dyn_cast<ConstantSDNode>(N3.getNode()); in SimplifySelectCC() local11205 if (N1C && N3C && N3C->isNullValue() && CC == ISD::SETLT && in SimplifySelectCC()11277 if (N2C && N3C && N3C->isNullValue() && N2C->getAPIntValue().isPowerOf2() && in SimplifySelectCC()11325 if (0 && N3C && N3C->isNullValue() && N2C && (N2C->getAPIntValue() == 1ULL)) { in SimplifySelectCC()