Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp210 unsigned StructElts = 2; in DecodeIITType() local
394 ++StructElts; in DecodeIITType()
397 ++StructElts; in DecodeIITType()
400 ++StructElts; in DecodeIITType()
403 ++StructElts; in DecodeIITType()
406 ++StructElts; in DecodeIITType()
409 ++StructElts; in DecodeIITType()
412 ++StructElts; in DecodeIITType()
416 IITDescriptor::get(IITDescriptor::Struct, StructElts)); in DecodeIITType()
418 for (unsigned i = 0; i != StructElts; ++i) in DecodeIITType()