Searched refs:isZeroConstant (Results 1 – 17 of 17) sorted by relevance
50 if (!RV.isConstant() || RV.isZeroConstant()) in checkPreStmt()
52 if (Idx.isZeroConstant()) in checkLocation()
53 if (Idx.isZeroConstant()) in checkPreStmt()
312 if (Idx.isZeroConstant()) in checkPreStmt()
1011 if (CollectionSentinel.isZeroConstant()) { in checkPostStmt()
1025 return !Call.getArgSVal(i).isZeroConstant(); in getFreeWhenDoneArg()
433 if (op == BO_EQ && rhs.isZeroConstant()) { in evalBinOpNN()620 if (rhs.isZeroConstant()) { in evalBinOpLL()673 if (lhs.isZeroConstant()) { in evalBinOpLL()703 if (rInt->isZeroConstant()) { in evalBinOpLL()864 if (rhs.isZeroConstant()) in evalBinOpLN()
186 bool SVal::isZeroConstant() const { in isZeroConstant() function in SVal
481 return makeTruthVal(!val.isZeroConstant(), castTy); in evalCast()
202 if (Extent.isZeroConstant()) { in getExtent()1161 if (!ER->getIndex().isZeroConstant()) in StripCasts()
1056 if (!DV->isZeroConstant() && LVState->isNull(*DV).isConstrainedTrue() && in trackNullOrUndefValue()1689 if (BoundVal.isUndef() || BoundVal.isZeroConstant()) { in VisitNode()
351 if (V.isZeroConstant()) in isNull()
104 if (getArgSVal(Idx).isZeroConstant()) in hasNonNullArgumentsWithType()
384 if (val.isZeroConstant()) in VisitCast()
1670 if (val.isZeroConstant()) in getBindingForDerivedDefaultValue()
137 bool isZeroConstant() const;
5318 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores() local5323 (isZeroConstant ? 0 : SrcAlign), in getMemcpyLoadsAndStores()5371 (isZeroConstant || (VT.isInteger() && !VT.isVector()))) { in getMemcpyLoadsAndStores()