| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 194 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 D | TypeSize.h | 111 bool isZero() const { in isZero() function
|
| H A D | BranchProbability.h | 46 bool isZero() const { return N == 0; } in isZero() function
|
| H A D | KnownBits.h | 72 bool isZero() const { in isZero() function
|
| H A D | ScaledNumber.h | 542 bool isZero() const { return !Digits; } in isZero() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CharUnits.h | 116 bool isZero() const { return Quantity == 0; } in isZero() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 211 bool isZero(Expr *E) { in isZero() function in __anon7f11df3b0111::ZeroOutInDeallocRemover
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Boolean.h | 64 bool isZero() const { return !V; } in isZero() function
|
| H A D | Pointer.h | 140 bool isZero() const { return Pointee == nullptr; } in isZero() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 170 bool isZero() const { return hasValue() && getValue() == 0; } in isZero() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TestAfterDivZeroChecker.cpp | 134 bool TestAfterDivZeroChecker::isZero(SVal S, CheckerContext &C) const { in isZero() function in TestAfterDivZeroChecker
|
| H A D | IteratorRangeChecker.cpp | 298 bool isZero(ProgramStateRef State, const NonLoc &Val) { in isZero() function
|
| H A D | IvarInvalidationChecker.cpp | 641 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 D | APFloat.h | 355 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 D | ObjCLanguage.cpp | 1130 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 1147 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 519 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, in isZero() function
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | slowfloat-32.c | 37 flag isZero; member
|
| H A D | slowfloat-64.c | 40 flag isZero; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 74 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 D | CoverageMapping.h | 112 bool isZero() const { return Kind == Zero; } in isZero() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 228 bool isZero() { in isZero() function in __anonec9e6daa0211::VEOperand
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 828 bool R600TargetLowering::isZero(SDValue Op) const { in isZero() function in R600TargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 1333 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 D | HexagonVectorCombine.cpp | 957 auto HexagonVectorCombine::isZero(const Value *Val) const -> bool { in isZero() function in HexagonVectorCombine
|