Home | History | Annotate | Download | only in IR

Lines Matching refs:getTypeForElements

392     return get(getTypeForElements(V, Packed), V);
396 return get(getTypeForElements(Ctx, V, Packed), V);
399 /// getTypeForElements - Return an anonymous struct type to use for a constant
401 static StructType *getTypeForElements(ArrayRef<Constant*> V,
403 /// getTypeForElements - This version of the method allows an empty list.
404 static StructType *getTypeForElements(LLVMContext &Ctx,