Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h478 return get(getTypeForElements(V, Packed), V);
482 return get(getTypeForElements(Ctx, V, Packed), V);
487 static StructType *getTypeForElements(ArrayRef<Constant *> V,
490 static StructType *getTypeForElements(LLVMContext &Ctx,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1331 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct
1343 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct
1347 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp506 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( in buildFrom()