Searched refs:getTypeForElements (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 413 return get(getTypeForElements(V, Packed), V); 417 return get(getTypeForElements(Ctx, V, Packed), V); 422 static StructType *getTypeForElements(ArrayRef<Constant*> V, 425 static StructType *getTypeForElements(LLVMContext &Ctx,
|
/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/lib/VMCore/ |
D | Constants.cpp | 647 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct 658 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct 662 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
|
/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/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 544 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(), in Finalize()
|