Searched refs:convertHalfVecBinOp (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 13753 static ExprResult convertHalfVecBinOp(Sema &S, ExprResult LHS, ExprResult RHS, in convertHalfVecBinOp() function 14080 return convertHalfVecBinOp(*this, LHS, RHS, Opc, ResultTy, VK, OK, false, in CreateBuiltinBinOp() 14100 return convertHalfVecBinOp(*this, LHS, RHS, Opc, ResultTy, VK, OK, true, in CreateBuiltinBinOp()
|