Searched defs:getNullValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h573 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp328 Constant *Constant::getNullValue(Type *Ty) { function in class:Constant
[all...]

Completed in 169 milliseconds