Searched defs:isZeroConstant (Results 1 – 3 of 3) sorted by relevance
258 bool SVal::isZeroConstant() const { in isZeroConstant() function in SVal
169 static bool isZeroConstant(const llvm::Value *Value) { in isZeroConstant() function
7836 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores() local