Searched defs:getNullValue (Results 1 – 5 of 5) sorted by relevance
432 static APInt getNullValue(unsigned numBits) { in getNullValue() function
465 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
461 static APInt getNullValue(unsigned numBits) { return APInt(numBits, 0); } in getNullValue() function
81 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant
195 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant