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.cpp644 struct ElementInfo { struct
646 Polynomial Ofs;
650 LoadInst *LI;
652 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.cpp2553 struct ElementInfo { struct
2554 CharUnits Size;
2555 CharUnits Alignment;
H A DASTContext.cpp2152 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl() local