Searched refs:isZeroConstant (Results 1 – 17 of 17) sorted by relevance
78 if (ElementSize.isZeroConstant()) in getDynamicElementCount()114 if (ElementSize.isZeroConstant()) in getDynamicElementCountWithOffset()
616 if (op == BO_EQ && rhs.isZeroConstant()) { in evalBinOpNN()836 if (rhs.isZeroConstant()) { in evalBinOpLL()890 if (lhs.isZeroConstant()) { in evalBinOpLL()922 if (rInt->isZeroConstant()) { in evalBinOpLL()1115 if (rhs.isZeroConstant()) in evalBinOpLN()1119 if (lhs.isZeroConstant()) in evalBinOpLN()
257 bool SVal::isZeroConstant() const { in isZeroConstant() function in SVal
2348 if (!DV->isZeroConstant() && Opts.EnableNullFPSuppression) in handle()2560 if (!BO || !BO->isMultiplicativeOp() || !V.isZeroConstant()) in handle()2568 if (LHSV.isZeroConstant()) in handle()2570 if (RHSV.isZeroConstant()) in handle()2573 if (LHSV.isZeroConstant()) in handle()3399 if (BoundVal.isUndef() || BoundVal.isZeroConstant()) { in VisitNode()
450 if (Offset.isZeroConstant()) { in getLValueElement()
381 if (V.isZeroConstant()) in isNull()
477 if (!val.isZeroConstant()) in VisitCast()
126 if (getArgSVal(Idx).isZeroConstant()) in hasNonNullArgumentsWithType()
1453 if (!ER->getIndex().isZeroConstant()) in StripCasts()
2182 if (val.isZeroConstant()) in getBindingForDerivedDefaultValue()
54 if (!RV.isConstant() || RV.isZeroConstant()) in checkPreStmt()
416 if (ArgVal.isZeroConstant()) in evalCall()471 if (S.isZeroConstant()) { in handleComparisionOp()750 bool AssignedNull = Call.getArgSVal(0).isZeroConstant(); in handleAssignOp()790 bool IsArgValNull = OtherInnerPtr->isZeroConstant(); in updateMovedSmartPointers()
1833 return !Call.getArgSVal(i).isZeroConstant(); in getFreeWhenDoneArg()
281 static bool isZeroConstant(const llvm::Value *Value) { in isZeroConstant() function367 if ((CurD == nullptr && isZeroConstant(NewD)) || in emitPointerAuthResign()368 (NewD == nullptr && isZeroConstant(CurD))) in emitPointerAuthResign()
117 bool isZeroConstant() const;
8411 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores() local8413 const MemOp Op = isZeroConstant in getMemcpyLoadsAndStores()8473 (isZeroConstant || (VT.isInteger() && !VT.isVector()))) { in getMemcpyLoadsAndStores()
8143 {"_ZNK5clang4ento4SVal14isZeroConstantEv", "clang::ento::SVal::isZeroConstant() const"},