Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp10459 static ExprResult convertVector(Expr *E, QualType ElementType, Sema &S) { in convertVector() function
15036 RHS = convertVector(RHS.get(), Context.FloatTy, S); in convertHalfVecBinOp()
15049 LHS = convertVector(LHS.get(), Context.FloatTy, S); in convertHalfVecBinOp()
15052 return convertVector(BO, ResultTy->castAs<VectorType>()->getElementType(), S); in convertHalfVecBinOp()
15855 Input = convertVector(Input.get(), Context.FloatTy, *this); in CreateBuiltinUnaryOp()
16013 return convertVector(UO, Context.HalfTy, *this); in CreateBuiltinUnaryOp()