Searched refs:IsNot (Results 1 – 5 of 5) sorted by relevance
534 bool IsNot = false; in getReqFeatures() local540 IsNot = true; in getReqFeatures()546 AnyOfSet.emplace(IsNot, cast<DefInit>(Arg)->getDef()->getName()); in getReqFeatures()548 FeaturesSet.emplace(IsNot, cast<DefInit>(Arg)->getDef()->getName()); in getReqFeatures()
51 bool IsNot(Kind kind) const { return m_kind != kind; } in IsNot() function
374 if (CurToken().IsNot(kind)) { in Expect()
662 auto FoldBMixed = [&](ICmpInst::Predicate CC, bool IsNot) -> Value * { in foldLogOpOfMaskedICmps() argument663 CC = IsNot ? CmpInst::getInversePredicate(CC) : CC; in foldLogOpOfMaskedICmps()668 return IsNot ? nullptr : ConstantInt::get(LHS->getType(), !IsAnd); in foldLogOpOfMaskedICmps()670 if (IsNot && !ConstB->isSubsetOf(*ConstD) && in foldLogOpOfMaskedICmps()675 if (IsNot) { in foldLogOpOfMaskedICmps()
15719 bool IsNot; in reverseZExtICmpCombine() local15721 IsNot = true; in reverseZExtICmpCombine()15723 IsNot = false; in reverseZExtICmpCombine()15738 IsNot ? ISD::SETEQ : ISD::SETNE); in reverseZExtICmpCombine()