Lines Matching refs:getNullValue
265 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant
287 APInt::getNullValue(128))); in getNullValue()
775 return Constant::getNullValue(Ty); in getZeroValueForNegation()
838 return Constant::getNullValue(getType()->getSequentialElementType()); in getSequentialElement()
842 return Constant::getNullValue(getType()->getStructElementType(Elt)); in getStructElement()
1371 return getNullValue(this->getType()->getVectorElementType()); in getSplatValue()
1920 Ty, Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getSizeOf()
1929 Constant *NullPtr = Constant::getNullValue(AligningTy->getPointerTo(0)); in getAlignOf()
1951 Ty, Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getOffsetOf()
2336 return Constant::getNullValue(Ty); in getBinOpIdentity()
2361 return Constant::getNullValue(Ty); in getBinOpIdentity()
2383 return Constant::getNullValue(Ty); in getBinOpAbsorber()