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