Searched refs:AsCompositeConstant (Results 1 – 8 of 8) sorted by relevance
71 virtual CompositeConstant* AsCompositeConstant() { return nullptr; } in AsCompositeConstant() function82 virtual const CompositeConstant* AsCompositeConstant() const { in AsCompositeConstant() function284 CompositeConstant* AsCompositeConstant() override { return this; } in AsCompositeConstant() function285 const CompositeConstant* AsCompositeConstant() const override { return this; } in AsCompositeConstant() function454 } else if (const auto composite = const_val->AsCompositeConstant()) { in operator()480 } else if (const auto& composite1 = c1->AsCompositeConstant()) { in operator()481 const auto& composite2 = c2->AsCompositeConstant(); in operator()
188 current_const->AsCompositeConstant()) { in DoCompositeExtract()
308 } else if (const CompositeConstant* cc = c->AsCompositeConstant()) { in CreateInstruction()
55 auto cc = c->AsCompositeConstant(); in FoldExtractWithConstants()