Searched refs:getTypeForElements (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Constants.h | 462 return get(getTypeForElements(V, Packed), V); 466 return get(getTypeForElements(Ctx, V, Packed), V); 471 static StructType *getTypeForElements(ArrayRef<Constant *> V, 474 static StructType *getTypeForElements(LLVMContext &Ctx,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 1300 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct 1312 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct 1316 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 492 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( in buildFrom()
|