Lines Matching refs:ElemTy
613 Type *ElemTy = STy->getElementType(i); in getConstantValue() local
614 if (ElemTy->isIntegerTy()) in getConstantValue()
616 APInt(ElemTy->getPrimitiveSizeInBits(), 0); in getConstantValue()
617 else if (ElemTy->isAggregateType()) { in getConstantValue()
618 const Constant *ElemUndef = UndefValue::get(ElemTy); in getConstantValue()
628 Type *ElemTy = VTy->getElementType(); in getConstantValue() local
631 if (ElemTy->isIntegerTy()) in getConstantValue()
634 APInt(ElemTy->getPrimitiveSizeInBits(), 0); in getConstantValue()
914 Type* ElemTy; in getConstantValue() local
921 ElemTy = CDV->getElementType(); in getConstantValue()
925 ElemTy = VTy->getElementType(); in getConstantValue()
932 if(ElemTy->isFloatTy()) { in getConstantValue()
954 if (ElemTy->isDoubleTy()) { in getConstantValue()
976 if (ElemTy->isIntegerTy()) { in getConstantValue()
979 intZero.IntVal = APInt(ElemTy->getScalarSizeInBits(), 0ull); in getConstantValue()