Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h464 return get(getTypeForElements(V, Packed), V);
468 return get(getTypeForElements(Ctx, V, Packed), V);
473 static StructType *getTypeForElements(ArrayRef<Constant *> V,
476 static StructType *getTypeForElements(LLVMContext &Ctx,
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp1280 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct
1292 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct
1296 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp503 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( in buildFrom()