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 393 return get(getTypeForElements(V, Packed), V);
397 return get(getTypeForElements(Ctx, V, Packed), V);
400 /// getTypeForElements - Return an anonymous struct type to use for a constant
402 static StructType *getTypeForElements(ArrayRef<Constant*> V,
404 /// getTypeForElements - This version of the method allows an empty list.
405 static StructType *getTypeForElements(LLVMContext &Ctx,
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 834 /// getTypeForElements - Return an anonymous struct type to use for a constant
836 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context,
848 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V,
851 "ConstantStruct::getTypeForElements cannot be called on empty list");
852 return getTypeForElements(V[0]->getContext(), V, Packed);
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 561 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(),
    [all...]

Completed in 38 milliseconds