Searched refs:isZeroConstant (Results 1 – 17 of 17) sorted by relevance
48 if (!RV.isConstant() || RV.isZeroConstant()) in checkPreStmt()
52 if (Idx.isZeroConstant()) in checkLocation()
58 if (Idx.isZeroConstant()) in checkPreStmt()
419 if (ArgVal.isZeroConstant()) in evalCall()473 if (S.isZeroConstant()) { in handleComparisionOp()751 bool AssignedNull = Call.getArgSVal(0).isZeroConstant(); in handleAssignOp()791 bool IsArgValNull = OtherInnerPtr->isZeroConstant(); in updateMovedSmartPointers()
308 if (Idx.isZeroConstant()) in checkPreStmt()
1652 return !Call.getArgSVal(i).isZeroConstant(); in getFreeWhenDoneArg()
587 if (op == BO_EQ && rhs.isZeroConstant()) { in evalBinOpNN()808 if (rhs.isZeroConstant()) { in evalBinOpLL()861 if (lhs.isZeroConstant()) { in evalBinOpLL()893 if (rInt->isZeroConstant()) { in evalBinOpLL()1086 if (rhs.isZeroConstant()) in evalBinOpLN()1090 if (lhs.isZeroConstant()) in evalBinOpLN()
261 bool SVal::isZeroConstant() const { in isZeroConstant() function in SVal
2374 if (!DV->isZeroConstant() && Opts.EnableNullFPSuppression) in handle()2586 if (!BO || !BO->isMultiplicativeOp() || !V.isZeroConstant()) in handle()2594 if (LHSV.isZeroConstant()) in handle()2596 if (RHSV.isZeroConstant()) in handle()2599 if (LHSV.isZeroConstant()) in handle()3410 if (BoundVal.isUndef() || BoundVal.isZeroConstant()) { in VisitNode()
449 if (Offset.isZeroConstant()) { in getLValueElement()
382 if (V.isZeroConstant()) in isNull()
127 if (getArgSVal(Idx).isZeroConstant()) in hasNonNullArgumentsWithType()
449 if (!val.isZeroConstant()) in VisitCast()
1348 if (!ER->getIndex().isZeroConstant()) in StripCasts()
2036 if (val.isZeroConstant()) in getBindingForDerivedDefaultValue()
144 bool isZeroConstant() const;
7009 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores() local7011 const MemOp Op = isZeroConstant in getMemcpyLoadsAndStores()7071 (isZeroConstant || (VT.isInteger() && !VT.isVector()))) { in getMemcpyLoadsAndStores()