Home
last modified time | relevance | path

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

12

/llvm-project/clang/lib/AST/Interp/
H A DFunctionPointer.h
H A DMemberPointer.h
H A DBoolean.h
H A DFloating.h
H A DPointer.h
H A DIntegralAP.h
/llvm-project/llvm/include/llvm/IR/
H A DConstants.h206 bool isZero() const { return Val.isZero(); } isZero() function
316 bool isZero() const { return Val.isZero(); } isZero() function
/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.h76 bool isZero() const { return Zero.isAllOnes(); } isZero() function
/llvm-project/clang/include/clang/AST/
H A DCharUnits.h122 bool isZero() const { return Quantity == 0; } in isZero() function
H A DOpenACCClause.h784 bool isZero() const { return IsZero; } isZero() function
816 bool isZero() const { return IsZero; } isZero() function
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseDefaultMemberInitCheck.cpp112 static bool isZero(const Expr *E) { in isZero() function
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceOperands.cpp53 static bool isZero(Use &Op) { in isZero() function
/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp211 bool isZero(Expr *E) { in isZero() function in __anon3c9294fa0111::ZeroOutInDeallocRemover
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h183 bool isZero() const { isZero() function
/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.cpp297 bool isZero(ProgramStateRef State, NonLoc Val) { in isZero() function
H A DIvarInvalidationChecker.cpp627 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero() function in __anoncc7e06ea0111::IvarInvalidationCheckerImpl::MethodCrawler
/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h232 bool isZero() const { isZero() function
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1031 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
/llvm-project/lld/MachO/
H A DICF.cpp228 auto isZero = [](Defined *d) { return d->value == 0; }; equalsVariable() local
/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h420 bool isZero() const { return category == fcZero; } isZero() function
1344 bool isZero() const { return getCategory() == fcZero; } isZero() function
[all...]
/llvm-project/llvm/lib/Analysis/
H A DLint.cpp528 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, isZero() function
/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp324 static bool isZero(Value *V) { isZero() function

12