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