================ @@ -5246,6 +5246,23 @@ bool CheckVectorElementCallArgs(Sema *S, CallExpr *TheCall) { return true; } +bool CheckAllArgsAreFloatRepresentation(Sema *S, CallExpr *TheCall) { ---------------- bharadwajy wrote:
Consider changing the function name to either `CheckAllArgsAreFloatType`, `CheckAllArgsAreFloats` or `CheckAllArgsHaveFloatRepresentation` https://github.com/llvm/llvm-project/pull/83315 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits