Searched defs:getTypeForElements (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DConstants.cpp839 /// getTypeForElements - Return an anonymous struct type to use for a constant
841 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, function in class:ConstantStruct
853 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, function in class:ConstantStruct
856 "ConstantStruct::getTypeForElements cannot be called on empty list");
857 return getTypeForElements(V[0]->getContext(), V, Packed);

Completed in 69 milliseconds