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()
54 if (Idx.isZeroConstant()) in checkPreStmt()
417 if (ArgVal.isZeroConstant()) in evalCall()471 if (S.isZeroConstant()) { in handleComparisionOp()749 bool AssignedNull = Call.getArgSVal(0).isZeroConstant(); in handleAssignOp()789 bool IsArgValNull = OtherInnerPtr->isZeroConstant(); in updateMovedSmartPointers()
308 if (Idx.isZeroConstant()) in checkPreStmt()
1667 return !Call.getArgSVal(i).isZeroConstant(); in getFreeWhenDoneArg()
586 if (op == BO_EQ && rhs.isZeroConstant()) { in evalBinOpNN()807 if (rhs.isZeroConstant()) { in evalBinOpLL()860 if (lhs.isZeroConstant()) { in evalBinOpLL()892 if (rInt->isZeroConstant()) { in evalBinOpLL()1085 if (rhs.isZeroConstant()) in evalBinOpLN()1089 if (lhs.isZeroConstant()) in evalBinOpLN()
261 bool SVal::isZeroConstant() const { in isZeroConstant() function in SVal
2214 if (!DV->isZeroConstant() && Opts.EnableNullFPSuppression) in handle()2402 if (!BO || !BO->isMultiplicativeOp() || !V.isZeroConstant()) in handle()2417 if (LHSV.isZeroConstant()) in handle()2419 if (RHSV.isZeroConstant()) in handle()2422 if (LHSV.isZeroConstant()) in handle()3234 if (BoundVal.isUndef() || BoundVal.isZeroConstant()) { in VisitNode()
448 if (Offset.isZeroConstant()) { in getLValueElement()
383 if (V.isZeroConstant()) in isNull()
128 if (getArgSVal(Idx).isZeroConstant()) in hasNonNullArgumentsWithType()
448 if (!val.isZeroConstant()) in VisitCast()
1333 if (!ER->getIndex().isZeroConstant()) in StripCasts()
2032 if (val.isZeroConstant()) in getBindingForDerivedDefaultValue()
145 bool isZeroConstant() const;
6780 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores() local6782 const MemOp Op = isZeroConstant in getMemcpyLoadsAndStores()6841 (isZeroConstant || (VT.isInteger() && !VT.isVector()))) { in getMemcpyLoadsAndStores()