Home
last modified time | relevance | path

Searched refs:dstElemTy (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprScalar.cpp3412 llvm::Type *dstElemTy = in VisitAsTypeExpr() local
3415 if ((srcElemTy->isIntegerTy() && dstElemTy->isFloatTy()) in VisitAsTypeExpr()
3416 || (srcElemTy->isFloatTy() && dstElemTy->isIntegerTy())) { in VisitAsTypeExpr()
3418 llvm::VectorType *newSrcTy = llvm::VectorType::get(dstElemTy, in VisitAsTypeExpr()