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