Home | History | Annotate | Download | only in IR

Lines Matching refs:InitArray

448         const ConstantArray *InitArray = dyn_cast<ConstantArray>(Init);
449 Assert1(InitArray, "wrong initalizer for intrinsic global variable",
451 for (unsigned i = 0, e = InitArray->getNumOperands(); i != e; ++i) {