Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching defs:ElemTy

596           Type *ElemTy = STy->getElementType(i);
597 if (ElemTy->isIntegerTy())
599 APInt(ElemTy->getPrimitiveSizeInBits(), 0);
600 else if (ElemTy->isAggregateType()) {
601 const Constant *ElemUndef = UndefValue::get(ElemTy);
611 const Type *ElemTy = VTy->getElementType();
614 if (ElemTy->isIntegerTy())
617 APInt(ElemTy->getPrimitiveSizeInBits(), 0);
901 Type* ElemTy;
908 ElemTy = CDV->getElementType();
912 ElemTy = VTy->getElementType();
919 if(ElemTy->isFloatTy()) {
941 if (ElemTy->isDoubleTy()) {
963 if (ElemTy->isIntegerTy()) {
966 intZero.IntVal = APInt(ElemTy->getScalarSizeInBits(), 0ull);