We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7ae0c commit 886e36dCopy full SHA for 886e36d
llvm/include/llvm/Analysis/TargetTransformInfo.h
@@ -896,8 +896,9 @@ class TargetTransformInfo {
896
bool isTargetIntrinsicWithScalarOpAtArg(Intrinsic::ID ID,
897
unsigned ScalarOpdIdx) const;
898
899
- /// Identifies if the vector form of the intrinsic is overloaded on the type of
900
- /// the operand at index \p OpdIdx, or on the return type if \p OpdIdx is -1.
+ /// Identifies if the vector form of the intrinsic is overloaded on the type
+ /// of the operand at index \p OpdIdx, or on the return type if \p OpdIdx is
901
+ /// -1.
902
bool isVectorIntrinsicWithOverloadTypeAtArg(Intrinsic::ID ID,
903
int ScalarOpdIdx) const;
904
0 commit comments