Home
last modified time | relevance | path

Searched defs:CBufferRowIntrin (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILCBufferAccess.cpp26 struct CBufferRowIntrin { struct
27 Intrinsic::ID IID;
28 Type *RetTy;
29 unsigned int EltSize;
30 unsigned int NumElts;
32 CBufferRowIntrin(const DataLayout &DL, Type *Ty) { in CBufferRowIntrin() function