Lines Matching refs:getNullValue
356 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() function in Constant
1058 return Constant::getNullValue(AT->getElementType()); in getSequentialElement()
1059 return Constant::getNullValue(cast<VectorType>(getType())->getElementType()); in getSequentialElement()
1063 return Constant::getNullValue(getType()->getStructElementType(Elt)); in getStructElement()
1618 return getNullValue(cast<VectorType>(getType())->getElementType()); in getSplatValue()
2226 Ty, Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getSizeOf()
2235 Constant *NullPtr = Constant::getNullValue(PointerType::getUnqual(AligningTy->getContext())); in getAlignOf()
2503 Elts.push_back(Constant::getNullValue(Ty->getScalarType())); in getExactLogBase2()
2524 return Constant::getNullValue(Ty); in getBinOpIdentity()
2548 return Constant::getNullValue(Ty); in getBinOpIdentity()
2562 return Constant::getNullValue(Ty); in getIntrinsicIdentity()
2596 return Constant::getNullValue(Ty); in getBinOpAbsorber()