Searched refs:getTypeForElements (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 478 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 D | Constants.cpp | 1331 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 D | CGExprConstant.cpp | 506 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( in buildFrom()
|