Searched refs:SubC (Results 1 – 1 of 1) sorted by relevance
14194 ConstantSDNode *SubC = nullptr; in SimplifySelectCC() local14198 SubC = dyn_cast<ConstantSDNode>(N3.getOperand(0)); in SimplifySelectCC()14202 SubC = dyn_cast<ConstantSDNode>(N2.getOperand(0)); in SimplifySelectCC()14205 if (SubC && SubC->isNullValue() && XType.isInteger()) { in SimplifySelectCC()