Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h192 bool isZero() const { return Val.isNullValue(); } in isZero() function
299 bool isZero() const { return Val.isZero(); } in isZero() function
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCharUnits.h116 bool isZero() const { return Quantity == 0; } in isZero() function
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dbitarray.d87 bool isZero() @nogc nothrow pure in isZero() function
/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp211 bool isZero(Expr *E) { in isZero() function in __anone26edd280111::ZeroOutInDeallocRemover
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h170 bool isZero() const { return hasValue() && getValue() == 0; } in isZero() function
/netbsd/external/apache2/llvm/dist/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 __anon7efce0980111::IvarInvalidationCheckerImpl::MethodCrawler
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp519 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, in isZero() function
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbigint.d979 bool isZero() pure const nothrow @nogc @safe in isZero() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp74 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } in isZero() function in __anon70802a870111::FAddendCoef
142 bool isZero() const { return Coeff.isZero(); } in isZero() function in __anon70802a870111::FAddend
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h112 bool isZero() const { return Kind == Zero; } in isZero() function
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d260 bool isZero() pure const nothrow @safe @nogc in isZero() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp228 bool isZero() { in isZero() function in __anonbf72ec370211::VEOperand
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp828 bool R600TargetLowering::isZero(SDValue Op) const { in isZero() function in R600TargetLowering
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1331 bool isZero = true; in get() local
1382 bool isZero = C->isNullValue(); in getImpl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp952 auto HexagonVectorCombine::isZero(const Value *Val) const -> bool { in isZero() function in HexagonVectorCombine
H A DHexagonBitSimplify.cpp330 bool HexagonBitSimplify::isZero(const BitTracker::RegisterCell &RC, in isZero() function in HexagonBitSimplify

12