Searched refs:ElementInfo (Results 1 – 3 of 3) sorted by relevance
644 struct ElementInfo { struct652 ElementInfo(Polynomial Offset = Polynomial(), LoadInst *LI = nullptr) in ElementInfo() function672 ElementInfo *EI;678 EI = new ElementInfo[VTy->getNumElements()]; in VectorInfo()758 ElementInfo(Old.EI[i / Factor].Ofs + j * NewSize, in computeFromBCI()840 Result.EI[j] = ElementInfo(); in computeFromSVI()845 Result.EI[j] = ElementInfo(); in computeFromSVI()850 Result.EI[j] = ElementInfo(); in computeFromSVI()891 Result.EI[i] = ElementInfo(Offset + Ofs, i == 0 ? LI : nullptr); in computeFromLI()
2525 struct ElementInfo { struct2566 ElementInfo getAdjustedElementInfo(const FieldDecl *FD);2602 ElementInfo PointerInfo;2642 MicrosoftRecordLayoutBuilder::ElementInfo2645 ElementInfo Info; in getAdjustedElementInfo()2662 MicrosoftRecordLayoutBuilder::ElementInfo2669 ElementInfo Info{TInfo.Width, TInfo.Align}; in getAdjustedElementInfo()2903 ElementInfo Info = getAdjustedElementInfo(BaseLayout); in layoutNonVirtualBase()2942 ElementInfo Info = getAdjustedElementInfo(FD); in layoutField()2962 ElementInfo Info = getAdjustedElementInfo(FD); in layoutBitField()[all …]
2020 TypeInfo ElementInfo = getTypeInfo(MT->getElementType()); in getTypeInfoImpl() local2024 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl()2025 Align = ElementInfo.Align; in getTypeInfoImpl()