Searched refs:AggrConst (Results 1 – 1 of 1) sorted by relevance
877 Constant *AggrConst = nullptr; in preprocessCompositeConstants() local880 AggrConst = cast<Constant>(COp); in preprocessCompositeConstants()883 AggrConst = cast<Constant>(COp); in preprocessCompositeConstants()886 AggrConst = cast<Constant>(COp); in preprocessCompositeConstants()889 AggrConst = cast<Constant>(COp); in preprocessCompositeConstants()892 AggrConst = cast<Constant>(COp); in preprocessCompositeConstants()895 if (AggrConst) { in preprocessCompositeConstants()901 for (auto &COp : AggrConst->operands()) in preprocessCompositeConstants()913 AggrConsts[CI] = AggrConst; in preprocessCompositeConstants()914 AggrConstTypes[CI] = deduceNestedTypeHelper(AggrConst, false); in preprocessCompositeConstants()