Home
last modified time | relevance | path

Searched refs:isZeroConstant (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp169 static bool isZeroConstant(const llvm::Value *Value) { in isZeroConstant() function
252 if ((CurD == nullptr && isZeroConstant(NewD)) || in emitPointerAuthResign()
253 (NewD == nullptr && isZeroConstant(CurD))) in emitPointerAuthResign()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp419 if (ArgVal.isZeroConstant()) in evalCall()
473 if (S.isZeroConstant()) { in handleComparisionOp()
750 bool AssignedNull = Call.getArgSVal(0).isZeroConstant(); in handleAssignOp()
790 bool IsArgValNull = OtherInnerPtr->isZeroConstant(); in updateMovedSmartPointers()
H A DMallocChecker.cpp1637 return !Call.getArgSVal(i).isZeroConstant(); in getFreeWhenDoneArg()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp258 bool SVal::isZeroConstant() const { in isZeroConstant() function in SVal
H A DBugReporterVisitors.cpp2396 if (!DV->isZeroConstant() && Opts.EnableNullFPSuppression) in handle()
2608 if (!BO || !BO->isMultiplicativeOp() || !V.isZeroConstant()) in handle()
2616 if (LHSV.isZeroConstant()) in handle()
2618 if (RHSV.isZeroConstant()) in handle()
2621 if (LHSV.isZeroConstant()) in handle()
3442 if (BoundVal.isUndef() || BoundVal.isZeroConstant()) { in VisitNode()
H A DStore.cpp448 if (Offset.isZeroConstant()) { in getLValueElement()
H A DProgramState.cpp395 if (V.isZeroConstant()) in isNull()
H A DExprEngineC.cpp441 if (!val.isZeroConstant()) in VisitCast()
H A DCallEvent.cpp127 if (getArgSVal(Idx).isZeroConstant()) in hasNonNullArgumentsWithType()
H A DMemRegion.cpp1395 if (!ER->getIndex().isZeroConstant()) in StripCasts()
H A DRegionStore.cpp2023 if (val.isZeroConstant()) in getBindingForDerivedDefaultValue()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h114 bool isZeroConstant() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7836 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores() local
7838 const MemOp Op = isZeroConstant in getMemcpyLoadsAndStores()
7898 (isZeroConstant || (VT.isInteger() && !VT.isVector()))) { in getMemcpyLoadsAndStores()