HomeSort by relevance Sort by last modified time
    Searched refs:getTypeForElements (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
Constants.h 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,
    [all...]