Searched defs:getNullValue (Results 1 – 3 of 3) sorted by relevance
180 static APInt getNullValue(unsigned numBits) { return getZero(numBits); } in getNullValue() function
1844 auto HexagonVectorCombine::getNullValue(Type *Ty) const -> Constant * { in getNullValue() function in HexagonVectorCombine
356 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant