reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
12741   auto &Context = S.getASTContext();
12749   RHS = convertVector(RHS.get(), Context.FloatTy, S);
12755     BinOpResTy = S.GetSignedVectorType(BinOpResTy);
12762   LHS = convertVector(LHS.get(), Context.FloatTy, S);
12765   return convertVector(BO, ResultTy->castAs<VectorType>()->getElementType(), S);