Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h138 QualType handleVectorBinOpConversion(ExprResult &LHS, ExprResult &RHS,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp969 QualType SemaHLSL::handleVectorBinOpConversion(ExprResult &LHS, ExprResult &RHS, in handleVectorBinOpConversion() function in SemaHLSL
H A DSemaExpr.cpp10285 return HLSL().handleVectorBinOpConversion(LHS, RHS, LHSType, RHSType, in CheckVectorOperands()