Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h194 bool isZero() const { return Val.isNullValue(); } in isZero() function
301 bool isZero() const { return Val.isZero(); } in isZero() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h111 bool isZero() const { in isZero() function
H A DBranchProbability.h46 bool isZero() const { return N == 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
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h116 bool isZero() const { return Quantity == 0; } in isZero() function
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp211 bool isZero(Expr *E) { in isZero() function in __anon7f11df3b0111::ZeroOutInDeallocRemover
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h64 bool isZero() const { return !V; } in isZero() function
H A DPointer.h140 bool isZero() const { return Pointee == nullptr; } in isZero() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h170 bool isZero() const { return hasValue() && getValue() == 0; } in isZero() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp134 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.cpp641 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero() function in __anon22abd66b0111::IvarInvalidationCheckerImpl::MethodCrawler
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h355 bool isZero() const { return category == fcZero; } in isZero() function
1213 bool isZero() const { return getCategory() == fcZero; } in isZero() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1130 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1147 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp519 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, in isZero() function
/freebsd-13.1/tools/test/testfloat/
H A Dslowfloat-32.c37 flag isZero; member
H A Dslowfloat-64.c40 flag isZero; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp74 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } in isZero() function in __anonc1ebfd5a0111::FAddendCoef
142 bool isZero() const { return Coeff.isZero(); } in isZero() function in __anonc1ebfd5a0111::FAddend
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h112 bool isZero() const { return Kind == Zero; } in isZero() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp228 bool isZero() { in isZero() function in __anonec9e6daa0211::VEOperand
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp828 bool R600TargetLowering::isZero(SDValue Op) const { in isZero() function in R600TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1333 bool isZero = true; in get() local
1384 bool isZero = C->isNullValue(); in getImpl() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp957 auto HexagonVectorCombine::isZero(const Value *Val) const -> bool { in isZero() function in HexagonVectorCombine

12