Home
last modified time | relevance | path

Searched refs:getTypeForElements (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h398 return get(getTypeForElements(V, Packed), V);
402 return get(getTypeForElements(Ctx, V, Packed), V);
407 static StructType *getTypeForElements(ArrayRef<Constant*> V,
410 static StructType *getTypeForElements(LLVMContext &Ctx,
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp941 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct
953 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct
957 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp527 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(), in Finalize()