Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h193 bool isZero() const { return Val.isZero(); } in isZero() function
301 bool isZero() const { return Val.isZero(); } in isZero() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBranchProbability.h46 bool isZero() const { return N == 0; } in isZero() function
H A DTypeSize.h151 constexpr bool isZero() const { return Quantity == 0; } in isZero() function
H A DKnownBits.h72 bool isZero() const { in isZero() function
H A DScaledNumber.h542 bool isZero() const { return !Digits; } in isZero() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCharUnits.h122 bool isZero() const { return Quantity == 0; } in isZero() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOperands.cpp53 static bool isZero(Use &Op) { in isZero() function
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp211 bool isZero(Expr *E) { in isZero() function in __anonbf7838de0111::ZeroOutInDeallocRemover
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryLocation.h172 bool isZero() const { return hasValue() && getValue() == 0; } in isZero() function
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DPointer.h163 bool isZero() const { return Pointee == nullptr; } in isZero() function
H A DBoolean.h70 bool isZero() const { return !V; } in isZero() function
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/
H A DCommon.pm980 sub isZero subroutine
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp135 bool TestAfterDivZeroChecker::isZero(SVal S, CheckerContext &C) const { in isZero() function in TestAfterDivZeroChecker
H A DIteratorRangeChecker.cpp298 bool isZero(ProgramStateRef State, const NonLoc &Val) { in isZero() function
H A DIvarInvalidationChecker.cpp640 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero() function in __anonbf9cd7ce0111::IvarInvalidationCheckerImpl::MethodCrawler
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h365 bool isZero() const { return category == fcZero; } in isZero() function
1225 bool isZero() const { return getCategory() == fcZero; } in isZero() function
H A DAPInt.h366 bool isZero() const { in isZero() function
/openbsd-src/gnu/llvm/lld/MachO/
H A DICF.cpp228 auto isZero = [](Defined *d) { return d->value == 0; }; in equalsVariable() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1150 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLint.cpp524 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, in isZero() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1494 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp74 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } in isZero() function in __anonb54f4bbd0111::FAddendCoef
142 bool isZero() const { return Coeff.isZero(); } in isZero() function in __anonb54f4bbd0111::FAddend
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h116 bool isZero() const { return Kind == Zero; } in isZero() function
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp232 bool isZero() { in isZero() function in __anon0d4fa8ad0211::VEOperand
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp779 bool R600TargetLowering::isZero(SDValue Op) const { in isZero() function in R600TargetLowering

12