Lines Matching refs:ElemTy
618 Type *ElemTy = STy->getElementType(i); in getConstantValue() local
619 if (ElemTy->isIntegerTy()) in getConstantValue()
621 APInt(ElemTy->getPrimitiveSizeInBits(), 0); in getConstantValue()
622 else if (ElemTy->isAggregateType()) { in getConstantValue()
623 const Constant *ElemUndef = UndefValue::get(ElemTy); in getConstantValue()
633 Type *ElemTy = VTy->getElementType(); in getConstantValue() local
636 if (ElemTy->isIntegerTy()) in getConstantValue()
639 APInt(ElemTy->getPrimitiveSizeInBits(), 0); in getConstantValue()
919 Type* ElemTy; in getConstantValue() local
926 ElemTy = CDV->getElementType(); in getConstantValue()
930 ElemTy = VTy->getElementType(); in getConstantValue()
937 if(ElemTy->isFloatTy()) { in getConstantValue()
959 if (ElemTy->isDoubleTy()) { in getConstantValue()
981 if (ElemTy->isIntegerTy()) { in getConstantValue()
984 intZero.IntVal = APInt(ElemTy->getScalarSizeInBits(), 0ull); in getConstantValue()