Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp645 struct ElementInfo { struct
647 Polynomial Ofs;
651 LoadInst *LI;
653 ElementInfo(Polynomial Offset = Polynomial(), LoadInst *LI = nullptr) in ElementInfo() function
/freebsd/contrib/expat/tests/
H A Dhandlers.h93 } ElementInfo; typedef
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2561 struct ElementInfo { struct
2562 CharUnits Size;
2563 CharUnits Alignment;
H A DASTContext.cpp1994 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl() local