Home | History | Annotate | Download | only in IR

Lines Matching refs:getTypeForElements

960 /// getTypeForElements - Return an anonymous struct type to use for a constant
962 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context,
974 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V,
977 "ConstantStruct::getTypeForElements cannot be called on empty list");
978 return getTypeForElements(V[0]->getContext(), V, Packed);