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

References

tools/clang/lib/Sema/SemaExpr.cpp
 6584   if (DestElemTy == SplattedExpr->getType())
 6585     return SplattedExpr;
 6591   if (VectorTy->isExtVectorType() && SplattedExpr->getType()->isBooleanType()) {
 6597       ExprResult CastExprRes = ImpCastExprToType(SplattedExpr, Context.IntTy,
 6599       SplattedExpr = CastExprRes.get();
 6605     ExprResult CastExprRes = SplattedExpr;
 6609     SplattedExpr = CastExprRes.get();
 6611   return ImpCastExprToType(SplattedExpr, DestElemTy, CK);