Lines Matching defs:CmpNull
22826 bool CmpNull = isNullConstant(RHS);
22828 if (!CmpNull && !CmpAllOnes)
22839 if (CmpNull) {
22858 ISD::NodeType LogicOp = CmpNull ? ISD::OR : ISD::AND;
22885 CmpNull ? DAG.getConstant(0, DL, VT)
22898 CmpNull ? DAG.getConstant(0, DL, MatchVT)
22917 if (SrcCC == (CmpNull ? ISD::SETNE : ISD::SETEQ) &&
22933 APInt Cmp = CmpNull ? APInt::getZero(BW) : SrcMask;