Searched defs:getNullValue (Results 1 – 2 of 2) sorted by relevance
457 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
111 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant