Lines Matching defs:ElemTy
562 const Type *ElemTy = VTy->getElementType();
565 if (ElemTy->isIntegerTy())
568 APInt(ElemTy->getPrimitiveSizeInBits(), 0);
852 Type* ElemTy;
859 ElemTy = CDV->getElementType();
863 ElemTy = VTy->getElementType();
870 if(ElemTy->isFloatTy()) {
892 if (ElemTy->isDoubleTy()) {
914 if (ElemTy->isIntegerTy()) {
917 intZero.IntVal = APInt(ElemTy->getScalarSizeInBits(), 0ull);