Searched refs:getTypeForElements (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/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,
|
/third_party/skia/third_party/externals/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()
|