Home
last modified time | relevance | path

Searched refs:Struct_NumElements (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h111 unsigned Struct_NumElements; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.h115 unsigned Struct_NumElements; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp992 for (unsigned i = 0, e = D.Struct_NumElements; i != e; ++i) in DecodeFixedType()
1180 if (!ST || ST->getNumElements() != D.Struct_NumElements) in matchIntrinsicType()
1183 for (unsigned i = 0, e = D.Struct_NumElements; i != e; ++i) in matchIntrinsicType()