Searched refs:isZeroConstant (Results 1 – 18 of 18) sorted by relevance
79 if (ElementSize.isZeroConstant()) in getDynamicElementCount()115 if (ElementSize.isZeroConstant()) in getDynamicElementCountWithOffset()
614 if (op == BO_EQ && rhs.isZeroConstant()) { in evalBinOpNN()834 if (rhs.isZeroConstant()) { in evalBinOpLL()887 if (lhs.isZeroConstant()) { in evalBinOpLL()919 if (rInt->isZeroConstant()) { in evalBinOpLL()1112 if (rhs.isZeroConstant()) in evalBinOpLN()1116 if (lhs.isZeroConstant()) in evalBinOpLN()
258 bool SVal::isZeroConstant() const { in isZeroConstant() function in SVal
448 if (Offset.isZeroConstant()) { in getLValueElement()
2392 if (!DV->isZeroConstant() && Opts.EnableNullFPSuppression) in handle()2604 if (!BO || !BO->isMultiplicativeOp() || !V.isZeroConstant()) in handle()2612 if (LHSV.isZeroConstant()) in handle()2614 if (RHSV.isZeroConstant()) in handle()2617 if (LHSV.isZeroConstant()) in handle()3428 if (BoundVal.isUndef() || BoundVal.isZeroConstant()) { in VisitNode()
381 if (V.isZeroConstant()) in isNull()
127 if (getArgSVal(Idx).isZeroConstant()) in hasNonNullArgumentsWithType()
440 if (!val.isZeroConstant()) in VisitCast()
1376 if (!ER->getIndex().isZeroConstant()) in StripCasts()
2023 if (val.isZeroConstant()) in getBindingForDerivedDefaultValue()
48 if (!RV.isConstant() || RV.isZeroConstant()) in checkPreStmt()
52 if (Idx.isZeroConstant()) in checkLocation()
60 if (Idx.isZeroConstant()) in checkPreStmt()
419 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()
302 if (Idx.isZeroConstant()) in checkPreStmt()
1658 return !Call.getArgSVal(i).isZeroConstant(); in getFreeWhenDoneArg()
114 bool isZeroConstant() const;
7471 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores() local7473 const MemOp Op = isZeroConstant in getMemcpyLoadsAndStores()7533 (isZeroConstant || (VT.isInteger() && !VT.isVector()))) { in getMemcpyLoadsAndStores()