Lines Matching defs:ElemTy
606 Type *ElemTy = STy->getElementType(i);
607 if (ElemTy->isIntegerTy())
609 APInt(ElemTy->getPrimitiveSizeInBits(), 0);
610 else if (ElemTy->isAggregateType()) {
611 const Constant *ElemUndef = UndefValue::get(ElemTy);
623 Type *ElemTy = ArrTy->getElementType();
626 if (ElemTy->isIntegerTy())
629 APInt(ElemTy->getPrimitiveSizeInBits(), 0);
635 Type *ElemTy = VTy->getElementType();
638 if (ElemTy->isIntegerTy())
641 APInt(ElemTy->getPrimitiveSizeInBits(), 0);
934 Type* ElemTy;
941 ElemTy = CDV->getElementType();
945 ElemTy = VTy->getElementType();
952 if(ElemTy->isFloatTy()) {
974 if (ElemTy->isDoubleTy()) {
996 if (ElemTy->isIntegerTy()) {
999 intZero.IntVal = APInt(ElemTy->getScalarSizeInBits(), 0ull);