Home
last modified time | relevance | path

Searched refs:IsNot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp501 bool IsNot = false; in getReqFeatures() local
507 IsNot = true; in getReqFeatures()
513 AnyOfSet.insert({IsNot, cast<DefInit>(Arg)->getDef()->getName()}); in getReqFeatures()
515 FeaturesSet.insert({IsNot, cast<DefInit>(Arg)->getDef()->getName()}); in getReqFeatures()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp617 auto FoldBMixed = [&](ICmpInst::Predicate CC, bool IsNot) -> Value * { in foldLogOpOfMaskedICmps() argument
618 CC = IsNot ? CmpInst::getInversePredicate(CC) : CC; in foldLogOpOfMaskedICmps()
623 return IsNot ? nullptr : ConstantInt::get(LHS->getType(), !IsAnd); in foldLogOpOfMaskedICmps()
625 if (IsNot && !ConstB->isSubsetOf(*ConstD) && !ConstD->isSubsetOf(*ConstB)) in foldLogOpOfMaskedICmps()
629 if (IsNot) { in foldLogOpOfMaskedICmps()