Searched refs:getTypeForElements (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/IR/ |
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,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
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,
|
/external/llvm/lib/IR/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
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()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 544 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(), in Finalize()
|