Home | History | Annotate | Download | only in IR

Lines Matching defs:Elements

681   Constant **Elements = unwrap<Constant>(ConstantVals, Count);
682 return wrap(ConstantStruct::getAnon(*unwrap(C), makeArrayRef(Elements, Count),
705 Constant **Elements = unwrap<Constant>(ConstantVals, Count);
708 return wrap(ConstantStruct::get(Ty, makeArrayRef(Elements, Count)));