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 c1922d2 commit 9a5741cCopy full SHA for 9a5741c
llvm/include/llvm/Analysis/DXILResource.h
@@ -207,7 +207,7 @@ class LayoutExtType : public TargetExtType {
207
208
Type *getWrappedType() const { return getTypeParameter(0); }
209
uint32_t getSize() const { return getIntParameter(0); }
210
- uint32_t getIndexOfElement(int I) const { return getIntParameter(I + 1); }
+ uint32_t getOffsetOfElement(int I) const { return getIntParameter(I + 1); }
211
212
static bool classof(const TargetExtType *T) {
213
return T->getName() == "dx.Layout";
0 commit comments