Searched refs:isZero (Results 1 - 25 of 189) sorted by relevance

12345678

/freebsd-13-stable/tools/test/testfloat/
H A Dslowfloat-32.c37 flag isZero; member in struct:__anon16213
196 ax.isZero = TRUE;
199 ax.isZero = FALSE;
220 if ( ax.isZero ) return 0;
255 ax.isZero = FALSE;
262 ax.isZero = TRUE;
296 if ( zx.isZero ) return zx.sign ? 0x80000000 : 0;
374 ax.isZero = FALSE;
388 ax.isZero = TRUE;
424 if ( zx.isZero ) retur
[all...]
H A Dslowfloat-64.c40 flag isZero; member in struct:__anon16215
279 ax.isZero = TRUE;
282 ax.isZero = FALSE;
303 if ( ax.isZero ) return 0;
342 ax.isZero = TRUE;
345 ax.isZero = FALSE;
368 if ( ax.isZero ) return 0;
405 ax.isZero = FALSE;
413 ax.isZero = TRUE;
447 if ( zx.isZero ) retur
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h64 bool isZero() const { return !V; } function in class:clang::interp::Boolean
65 bool isMin() const { return isZero(); }
95 return Boolean(!Value.isZero());
100 return Boolean(!Value.isZero());
H A DPointer.h78 if (isZero() || isUnknownSizeArray())
140 bool isZero() const { return Pointee == nullptr; } function in class:clang::interp::Pointer
H A DInterp.cpp205 if (Ptr.isZero()) {
233 if (!Ptr.isZero())
376 if (!This.isZero())
H A DPointer.cpp82 if (isZero()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp27 return CF->isZero() && CF->isNegative();
29 return CF->isZero() && !CF->isNegative();
43 return C->isZero();
83 return C->isZero();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp85 assert(getVBaseClassOffset(PrimaryBase).isZero() &&
89 assert(getBaseClassOffset(PrimaryBase).isZero() &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp79 if (FlexSize.isZero())
124 if (typeSize.isZero())
H A DTestAfterDivZeroChecker.cpp89 bool isZero(SVal S, CheckerContext &C) const;
134 bool TestAfterDivZeroChecker::isZero(SVal S, CheckerContext &C) const { function in class:TestAfterDivZeroChecker
207 if (!isZero(S, C))
H A DIvarInvalidationChecker.cpp124 bool isZero(const Expr *E) const;
641 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { function in class:__anon2240::IvarInvalidationCheckerImpl::MethodCrawler
679 if (isZero(BO->getRHS())) {
684 if (Opcode != BO_Assign && isZero(BO->getLHS())) {
703 if (MD && (ME->getNumArgs() == 1) && isZero(ME->getArg(0))) {
H A DIteratorRangeChecker.cpp70 bool isZero(ProgramStateRef State, const NonLoc &Val);
233 if (isZero(State, Value.castAs<NonLoc>()))
296 bool isZero(ProgramStateRef State, const NonLoc &Val) { function in namespace:__anon2239
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp72 if (Numerator->isZero()) {
95 if (!R->isZero()) {
192 if (!R->isZero()) {
223 if (Remainder->isZero()) {
H A DScalarEvolutionAliasAnalysis.cpp30 if (LocA.Size.isZero() || LocB.Size.isZero())
H A DLint.cpp548 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, function
557 return Known.isZero();
576 if (Known.isZero())
584 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
589 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
594 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
599 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h30 assert((!alignment.isZero() || pointer == nullptr) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp187 return isZero(BOE->getRHS());
208 return isZero(cast<OpaqueValueExpr>(BO->getRHS())->getSourceExpr());
211 bool isZero(Expr *E) { function in class:__anon1548::ZeroOutInDeallocRemover
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h355 bool isZero() const { return category == fcZero; } function in class:llvm::detail::final
378 bool isFiniteNonZero() const { return isFinite() && !isZero(); }
379 bool isPosZero() const { return isZero() && !isNegative(); }
380 bool isNegZero() const { return isZero() && isNegative(); }
1199 bool isZero() const { return getCategory() == fcZero; } function in class:llvm::APFloat
1212 bool isNonZero() const { return !isZero(); }
1213 bool isFiniteNonZero() const { return isFinite() && !isZero(); }
1214 bool isPosZero() const { return isZero() && !isNegative(); }
1215 bool isNegZero() const { return isZero() && isNegative(); }
1310 if (A.isZero()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp144 if (Const->isZero()) {
255 if (Pred == CmpInst::ICMP_SLT && Const->isZero()) {
272 if (!Const->isZero())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp100 if (ConstOffset->isZero())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h542 bool isZero() const { return !Digits; } function in class:llvm::ScaledNumber
574 bool operator!() const { return isZero(); }
639 /// by value. Does nothing if \a isZero() for either.
642 /// \a isZero().
802 if (isZero())
804 if (X.isZero())
819 if (isZero())
821 if (X.isZero())
834 if (!Shift || isZero())
864 if (!Shift || isZero())
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp210 assert(Count.isZero());
224 assert(Count.isZero());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h115 /// isZero - Test whether the quantity equals zero.
116 bool isZero() const { return Quantity == 0; } function in class:clang::CharUnits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp106 (InitIntValue && InitIntValue->isZero()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp66 if (InitIntValue && InitIntValue->isZero())

Completed in 302 milliseconds

12345678