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

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

Completed in 112 milliseconds