Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp534 bool IsNot = false; in getReqFeatures() local
540 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILLexer.h51 bool IsNot(Kind kind) const { return m_kind != kind; } in IsNot() function
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILParser.cpp374 if (CurToken().IsNot(kind)) { in Expect()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp662 auto FoldBMixed = [&](ICmpInst::Predicate CC, bool IsNot) -> Value * { in foldLogOpOfMaskedICmps() argument
663 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15719 bool IsNot; in reverseZExtICmpCombine() local
15721 IsNot = true; in reverseZExtICmpCombine()
15723 IsNot = false; in reverseZExtICmpCombine()
15738 IsNot ? ISD::SETEQ : ISD::SETNE); in reverseZExtICmpCombine()