Searched refs:ConstA (Results 1 – 2 of 2) sorted by relevance
69 using ConstA = std::array<int const, Size>; in test_all() typedef94 ConstA a{}; in test_all()
720 if (auto ConstA = dyn_cast<ConstantArray>(V)) { in transConstant() local722 for (auto I = ConstA->op_begin(), E = ConstA->op_end(); I != E; ++I) in transConstant()