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

References

tools/clang/lib/Sema/SemaExpr.cpp
12749   RHS = convertVector(RHS.get(), Context.FloatTy, S);
12762   LHS = convertVector(LHS.get(), Context.FloatTy, S);
12765   return convertVector(BO, ResultTy->castAs<VectorType>()->getElementType(), S);
13519       Input = convertVector(Input.get(), Context.FloatTy, *this);
13667     return convertVector(UO, Context.HalfTy, *this);