Searched refs:getTypeForElements (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Constant.h | 394 return get(getTypeForElements(V, Packed), V); 398 return get(getTypeForElements(Ctx, V, Packed), V); 402 getTypeForElements(Context &Ctx, ArrayRef<Constant *> V, bool Packed = false); 405 static StructType *getTypeForElements(ArrayRef<Constant *> V, 409 return getTypeForElements(V[0]->getContext(), V, Packed);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 487 return get(getTypeForElements(V, Packed), V); 491 return get(getTypeForElements(Ctx, V, Packed), V); 496 LLVM_ABI static StructType *getTypeForElements(ArrayRef<Constant *> V, 499 LLVM_ABI static StructType *getTypeForElements(LLVMContext &Ctx,
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Constant.cpp | 165 StructType *ConstantStruct::getTypeForElements(Context &Ctx, in getTypeForElements() function in llvm::sandboxir::ConstantStruct
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 1353 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct 1365 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct 1369 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 513 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( in buildFrom()
|