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...]
  /external/llvm/lib/IR/
Constants.cpp 877 /// getTypeForElements - Return an anonymous struct type to use for a constant
879 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context,
891 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V,
894 "ConstantStruct::getTypeForElements cannot be called on empty list");
895 return getTypeForElements(V[0]->getContext(), V, Packed);
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 511 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(),
    [all...]

Completed in 203 milliseconds