Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h394 return get(getTypeForElements(V, Packed), V);
398 return get(getTypeForElements(Ctx, V, Packed), V);
402 getTypeForElements(Context &Ctx, ArrayRef<Constant *> V, bool Packed = false);
405 static StructType *getTypeForElements(ArrayRef<Constant *> V,
409 return getTypeForElements(V[0]->getContext(), V, Packed);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h487 return get(getTypeForElements(V, Packed), V);
491 return get(getTypeForElements(Ctx, V, Packed), V);
496 LLVM_ABI static StructType *getTypeForElements(ArrayRef<Constant *> V,
499 LLVM_ABI static StructType *getTypeForElements(LLVMContext &Ctx,
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp165 StructType *ConstantStruct::getTypeForElements(Context &Ctx, in getTypeForElements() function in llvm::sandboxir::ConstantStruct
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1353 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct
1365 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct
1369 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp513 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( in buildFrom()