Searched refs:CmpNull (Results 1 – 2 of 2) sorted by relevance
120 auto CmpNull = in getStrlenWithNull() local122 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull()
22443 bool CmpNull = isNullConstant(RHS); in MatchVectorAllEqualTest() local22445 if (!CmpNull && !CmpAllOnes) in MatchVectorAllEqualTest()22456 if (CmpNull) { in MatchVectorAllEqualTest()22475 ISD::NodeType LogicOp = CmpNull ? ISD::OR : ISD::AND; in MatchVectorAllEqualTest()22502 CmpNull ? DAG.getConstant(0, DL, VT) in MatchVectorAllEqualTest()22515 CmpNull ? DAG.getConstant(0, DL, MatchVT) in MatchVectorAllEqualTest()22534 if (SrcCC == (CmpNull ? ISD::SETNE : ISD::SETEQ) && in MatchVectorAllEqualTest()22550 APInt Cmp = CmpNull ? APInt::getZero(BW) : SrcMask; in MatchVectorAllEqualTest()