Home
last modified time | relevance | path

Searched defs:isZero (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h197 bool isZero() const { return Val.isZero(); } isZero() function
300 bool isZero() const { return Val.isZero(); } isZero() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h46 bool isZero() const { return N == 0; } in isZero() function
H A DTypeSize.h156 constexpr bool isZero() const { return Quantity == 0; } in isZero() function
H A DKnownBits.h72 bool isZero() const { isZero() function
H A DScaledNumber.h543 bool isZero() const { return !Digits; } in isZero() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h122 bool isZero() const { return Quantity == 0; } in isZero() function
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp211 bool isZero(Expr *E) { in isZero() function in __anon6f98f1d90111::ZeroOutInDeallocRemover
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h183 bool isZero() const { in isZero() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h69 bool isZero() const { return !V; } isZero() function
H A DPointer.h195 bool isZero() const { return Pointee == nullptr; } isZero() function
H A DFloating.h91 bool isZero() const { return F.isZero(); } in isZero() function
H A DIntegralAP.h138 bool isZero() const { return V.isZero(); } in isZero() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp135 bool TestAfterDivZeroChecker::isZero(SVal S, CheckerContext &C) const { in isZero() function in TestAfterDivZeroChecker
H A DIteratorRangeChecker.cpp292 bool isZero(ProgramStateRef State, NonLoc Val) { isZero() function
H A DIvarInvalidationChecker.cpp627 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero() function in __anon7be946890111::IvarInvalidationCheckerImpl::MethodCrawler
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1031 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DICF.cpp228 auto isZero = [](Defined *d) { return d->value == 0; }; in equalsVariable() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h401 bool isZero() const { return category == fcZero; } isZero() function
1291 bool isZero() const { return getCategory() == fcZero; } isZero() function
[all...]
H A DAPInt.h358 bool isZero() const { isZero() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp526 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, isZero() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp323 static bool isZero(Value *V) { isZero() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1638 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; IsNilReference() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp74 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } in isZero() function in __anonf0822f780111::FAddendCoef
142 bool isZero() const { return Coeff.isZero(); } in isZero() function in __anonf0822f780111::FAddend
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp231 bool isZero() { in isZero() function in __anon82ee56080211::VEOperand
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1305 bool isZero = true; get() local
1356 bool isZero = C->isNullValue(); getImpl() local
[all...]

12