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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h477 return get(getTypeForElements(V, Packed), V);
481 return get(getTypeForElements(Ctx, V, Packed), V);
486 static StructType *getTypeForElements(ArrayRef<Constant*> V,
489 static StructType *getTypeForElements(LLVMContext &Ctx,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1193 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, function in class:ConstantStruct
1205 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, function in class:ConstantStruct
1208 "ConstantStruct::getTypeForElements cannot be called on empty list");
1209 return getTypeForElements(V[0]->getContext(), V, Packed);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp492 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements(

Completed in 82 milliseconds