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