Searched refs:CmpNull (Results 1 – 3 of 3) sorted by relevance
120 auto CmpNull = in getStrlenWithNull() local122 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull()
3318 bool CmpNull = isNullConstant(C.Op1); in adjustICmp128() local3322 CmpNull = !CmpNull; in adjustICmp128()3341 C.CCMask = CmpNull ? SystemZ::CCMASK_VCMP_NONE : SystemZ::CCMASK_VCMP_ALL; in adjustICmp128()8675 bool CmpNull = isNullConstant(RHS); in combineSETCC() local8684 if ((CC == ISD::SETNE || CC == ISD::SETEQ) && (CmpNull || CmpAllOnes)) { in combineSETCC()8694 SDValue RHS = CmpNull ? DAG.getConstant(0, DL, MVT::i128) in combineSETCC()
23179 bool CmpNull = isNullConstant(RHS); in MatchVectorAllEqualTest() local23181 if (!CmpNull && !CmpAllOnes) in MatchVectorAllEqualTest()23192 if (CmpNull) { in MatchVectorAllEqualTest()23211 ISD::NodeType LogicOp = CmpNull ? ISD::OR : ISD::AND; in MatchVectorAllEqualTest()23238 CmpNull ? DAG.getConstant(0, DL, VT) in MatchVectorAllEqualTest()23251 CmpNull ? DAG.getConstant(0, DL, MatchVT) in MatchVectorAllEqualTest()23270 if (SrcCC == (CmpNull ? ISD::SETNE : ISD::SETEQ) && in MatchVectorAllEqualTest()23286 APInt Cmp = CmpNull ? APInt::getZero(BW) : SrcMask; in MatchVectorAllEqualTest()