Return the null constant of type Ty (zero for integers, null for pointers, and so on).
Ty
Declared in <llvm/IR/Constant.h>
<llvm/IR/Constant.h>
static Constant* getNullValue(Type* Ty);
The null constant of type Ty.
Ty.