Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h463 return get(getTypeForElements(V, Packed), V);
467 return get(getTypeForElements(Ctx, V, Packed), V);
472 static StructType *getTypeForElements(ArrayRef<Constant *> V,
475 static StructType *getTypeForElements(LLVMContext &Ctx,
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1302 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct
1314 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct
1318 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp492 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( in buildFrom()