Home
last modified time | relevance | path

Searched refs:getTypeForElements (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h469 return get(getTypeForElements(V, Packed), V);
473 return get(getTypeForElements(Ctx, V, Packed), V);
478 static StructType *getTypeForElements(ArrayRef<Constant*> V,
481 static StructType *getTypeForElements(LLVMContext &Ctx,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DConstants.h477 return get(getTypeForElements(V, Packed), V);
481 return get(getTypeForElements(Ctx, V, Packed), V);
486 static StructType *getTypeForElements(ArrayRef<Constant *> V,
489 static StructType *getTypeForElements(LLVMContext &Ctx,
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstants.h439 return get(getTypeForElements(V, Packed), V);
443 return get(getTypeForElements(Ctx, V, Packed), V);
448 static StructType *getTypeForElements(ArrayRef<Constant*> V,
451 static StructType *getTypeForElements(LLVMContext &Ctx,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DConstants.h462 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,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DConstants.h476 return get(getTypeForElements(V, Packed), V);
480 return get(getTypeForElements(Ctx, V, Packed), V);
485 static StructType *getTypeForElements(ArrayRef<Constant *> V,
488 static StructType *getTypeForElements(LLVMContext &Ctx,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DConstants.h476 return get(getTypeForElements(V, Packed), V);
480 return get(getTypeForElements(Ctx, V, Packed), V);
485 static StructType *getTypeForElements(ArrayRef<Constant *> V,
488 static StructType *getTypeForElements(LLVMContext &Ctx,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DConstants.h463 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,
/aosp_15_r20/external/llvm/lib/IR/
H A DConstants.cpp927 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct
939 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct
943 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp1100 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct
1112 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct
1116 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DConstants.cpp1288 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()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp544 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(), in Finalize()