/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Constants.h | 469 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/ |
D | Constants.h | 477 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 D | Constants.h | 439 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/ |
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,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Constants.h | 476 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/ |
D | Constants.h | 476 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 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,
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Constants.cpp | 927 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 D | Constants.cpp | 1100 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 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()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 544 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(), in Finalize()
|