Searched refs:getTypeForElements (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Constants.h | 470 return get(getTypeForElements(V, Packed), V); 474 return get(getTypeForElements(Ctx, V, Packed), V); 479 static StructType *getTypeForElements(ArrayRef<Constant*> V, 482 static StructType *getTypeForElements(LLVMContext &Ctx,
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Constants.cpp | 1018 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct 1030 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct 1034 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 550 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(), in Finalize()
|