Searched defs:ElementInfo (Results 1 – 4 of 4) sorted by relevance
644 struct ElementInfo { struct646 Polynomial Ofs;650 LoadInst *LI;652 ElementInfo(Polynomial Offset = Polynomial(), LoadInst *LI = nullptr) in ElementInfo() argument
93 } ElementInfo; typedef
2536 struct ElementInfo { struct2537 CharUnits Size;2538 CharUnits Alignment;
2031 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl() local