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

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

Completed in 77 milliseconds