Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h456 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp178 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant