Home | History | Annotate | Download | only in IR

Lines Matching refs:Elements

914   Constant **Elements = unwrap<Constant>(ConstantVals, Count);
915 return wrap(ConstantStruct::getAnon(*unwrap(C), makeArrayRef(Elements, Count),
954 Constant **Elements = unwrap<Constant>(ConstantVals, Count);
957 return wrap(ConstantStruct::get(Ty, makeArrayRef(Elements, Count)));