Searched refs:dstElemTy (Results 1 – 1 of 1) sorted by relevance
3351 llvm::Type *dstElemTy = in VisitAsTypeExpr() local3354 if ((srcElemTy->isIntegerTy() && dstElemTy->isFloatTy()) in VisitAsTypeExpr()3355 || (srcElemTy->isFloatTy() && dstElemTy->isIntegerTy())) { in VisitAsTypeExpr()3357 llvm::VectorType *newSrcTy = llvm::VectorType::get(dstElemTy, in VisitAsTypeExpr()