Searched refs:getTypeForElements (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Constants.h | 463 return get(getTypeForElements(V, Packed), V); 467 return get(getTypeForElements(Ctx, V, Packed), V); 472 static StructType *getTypeForElements(ArrayRef<Constant *> V, 475 static StructType *getTypeForElements(LLVMContext &Ctx,
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Constants.cpp | 1288 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct 1300 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct 1304 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 504 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( in buildFrom()
|