Searched defs:ElementInfo (Results 1 – 4 of 4) sorted by relevance
645 struct ElementInfo { struct647 Polynomial Ofs;651 LoadInst *LI;653 ElementInfo(Polynomial Offset = Polynomial(), LoadInst *LI = nullptr) in ElementInfo() function
93 } ElementInfo; typedef
2561 struct ElementInfo { struct2562 CharUnits Size;2563 CharUnits Alignment;
1994 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl() local