Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h206 bool isZero() const { return Val.isZero(); } in isZero() function
316 bool isZero() const { return Val.isZero(); } in isZero() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunctionPointer.h34 bool isZero() const { return !Func; } in isZero() function
H A DMemberPointer.h85 bool isZero() const { return Base.isZero() && !Dcl; } in isZero() function
H A DBoolean.h64 bool isZero() const { return !V; } in isZero() function
H A DFloating.h91 bool isZero() const { return F.isZero(); } in isZero() function
H A DPointer.h247 bool isZero() const { in isZero() function
H A DIntegralAP.h138 bool isZero() const { return V.isZero(); } in isZero() function
/freebsd/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.h76 bool isZero() const { return Zero.isAllOnes(); } in isZero() function
H A DScaledNumber.h543 bool isZero() const { return !Digits; } in isZero() function
/freebsd/contrib/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; } in isZero() function
816 bool isZero() const { return IsZero; } in isZero() function
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp211 bool isZero(Expr *E) { in isZero() function in __anon7bb8f6870111::ZeroOutInDeallocRemover
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h183 bool isZero() const { in isZero() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h232 bool isZero() const { in isZero() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1031 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.cpp228 auto isZero = [](Defined *d) { return d->value == 0; }; in equalsVariable() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp297 bool isZero(ProgramStateRef State, NonLoc Val) { in isZero() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h424 bool isZero() const { return category == fcZero; } in isZero() function
1350 bool isZero() const { return getCategory() == fcZero; } in isZero() function
H A DAPInt.h360 bool isZero() const { in isZero() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp512 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, in isZero() function
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp324 static bool isZero(Value *V) { in isZero() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1683 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp74 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } in isZero() function in __anon84b617a60111::FAddendCoef
142 bool isZero() const { return Coeff.isZero(); } in isZero() function in __anon84b617a60111::FAddend

12