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

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

Completed in 63 milliseconds