Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprScalar.cpp3422 auto Vec4Ty = llvm::VectorType::get(DstTy->getVectorElementType(), 4); in VisitAsTypeExpr() local
3423 Src = Builder.CreateBitCast(Src, Vec4Ty); in VisitAsTypeExpr()